Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1213)

Unified Diff: runtime/observatory/tests/service/debugger_location_test.dart

Issue 1290643005: Remove load graph from isolate (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate_view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate_view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698