summaryrefslogtreecommitdiff
path: root/test/files/jvm/t6941/test.scala
Commit message (Collapse)AuthorAgeFilesLines
* JUnit tests for dead code elimination.Lukas Rytz2014-09-101-2/+2
| | | | JUnit tests may use tools from partest-extras (ASMConverters)
* SI-6941 testsAdriaan Moors2013-01-311-0/+15
tests that the methods' bytecodes are similar as variable load/stores are reordered, it ignores which variables are modified when checking for bytecode equality the assert is: `similarBytecode(methNodeA, methNodeB, equalsModuloVar)`