summaryrefslogtreecommitdiff
path: root/test/files/jvm/t6941
Commit message (Collapse)AuthorAgeFilesLines
* SI-6941 testsAdriaan Moors2013-01-312-0/+26
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)`