Index: runtime/observatory/tests/service/eval_test.dart |
diff --git a/runtime/observatory/tests/service/eval_test.dart b/runtime/observatory/tests/service/eval_test.dart |
index 8414aa7e18e0d9b3b96732f048a8befa3fe20688..7a535f401bdd39933b3387147511c7bff683f2f6 100644 |
--- a/runtime/observatory/tests/service/eval_test.dart |
+++ b/runtime/observatory/tests/service/eval_test.dart |
@@ -14,7 +14,7 @@ class MyClass { |
static int staticVar = 1000; |
static void printValue(int value) { |
- print(value); // line 16 |
+ print(value); // line 17 |
} |
} |
@@ -47,7 +47,7 @@ var tests = [ |
// Add the breakpoint. |
var script = isolate.rootLibrary.scripts[0]; |
- var line = 16; |
+ var line = 17; |
return isolate.addBreakpoint(script, line).then((ServiceObject bpt) { |
return completer.future; // Wait for breakpoint reached. |
}); |