Chromium Code Reviews| Index: runtime/observatory/tests/service/debugger_location_test.dart |
| diff --git a/runtime/observatory/tests/service/debugger_location_test.dart b/runtime/observatory/tests/service/debugger_location_test.dart |
| index 8d50a5b327537ca6b6f2b25617162a1aa9e9e578..407bd5292b7321cea0b36bcf07260a68555c67c2 100644 |
| --- a/runtime/observatory/tests/service/debugger_location_test.dart |
| +++ b/runtime/observatory/tests/service/debugger_location_test.dart |
| @@ -12,7 +12,7 @@ import 'dart:developer'; |
| void testFunction() { |
| int i = 0; |
| - while (true) { |
| + while (i == 0) { |
|
Cutch
2015/08/12 22:12:33
fixes an analyzer warning
|
| debugger(); |
| print('loop'); |
| print('loop'); |