Searched refs:TrueBlockWithTooManyInstructions (Results 1 – 1 of 1) sorted by relevance
176 public int TrueBlockWithTooManyInstructions(boolean x) { in TrueBlockWithTooManyInstructions() method in Main267 assertIntEquals(42, m.TrueBlockWithTooManyInstructions(true)); in main()268 assertIntEquals(43, m.TrueBlockWithTooManyInstructions(false)); in main()