diff --git a/test/bytecode/javFiles/Faculty.jav b/test/bytecode/javFiles/Faculty.jav index 1bcddc518..794022ab0 100644 --- a/test/bytecode/javFiles/Faculty.jav +++ b/test/bytecode/javFiles/Faculty.jav @@ -22,7 +22,7 @@ public class Faculty { // return 1; // } - if (x < 2) { + if (x == 1) { return x; } else {