test/langtools/tools/javac/flow/tests/TestCaseForEach.java
changeset 48082 d8c634b016c6
parent 47864 e29ae57c6421
child 48504 25732365355c
--- a/test/langtools/tools/javac/flow/tests/TestCaseForEach.java	Fri Nov 03 10:01:08 2017 -0700
+++ b/test/langtools/tools/javac/flow/tests/TestCaseForEach.java	Wed Dec 06 13:36:34 2017 -0500
@@ -3,7 +3,7 @@
 public class TestCaseForEach {
 
     @AliveRange(varName="o", bytecodeStart=25, bytecodeLength=11)
-    @AliveRange(varName="o", bytecodeStart=44, bytecodeLength=1)
+    @AliveRange(varName="o", bytecodeStart=41, bytecodeLength=1)
     void m(String[] args) {
         Object o;
         for (String s : args) {