aboutsummaryrefslogtreecommitdiff
path: root/test/tools/javac/flow/tests/TestCaseForEach.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/javac/flow/tests/TestCaseForEach.java')
-rw-r--r--test/tools/javac/flow/tests/TestCaseForEach.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/javac/flow/tests/TestCaseForEach.java b/test/tools/javac/flow/tests/TestCaseForEach.java
index 219f1180..30b0c131 100644
--- a/test/tools/javac/flow/tests/TestCaseForEach.java
+++ b/test/tools/javac/flow/tests/TestCaseForEach.java
@@ -2,7 +2,7 @@
public class TestCaseForEach {
- @AliveRange(varName="o", bytecodeStart=25, bytecodeLength=8)
+ @AliveRange(varName="o", bytecodeStart=25, bytecodeLength=11)
@AliveRange(varName="o", bytecodeStart=39, bytecodeLength=1)
void m(String[] args) {
Object o;