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

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

Issue 2694393003: Add missing pieces of my last CL (Closed)
Patch Set: Created 3 years, 10 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/tests/service/set_library_debuggable_test.dart ('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/step_test.dart
diff --git a/runtime/observatory/tests/service/step_test.dart b/runtime/observatory/tests/service/step_test.dart
index 47009dc490aba26ec85107030121a4faa2f76809..480f549dec40ecb04c205cdc4f6b47cd3e1d895c 100644
--- a/runtime/observatory/tests/service/step_test.dart
+++ b/runtime/observatory/tests/service/step_test.dart
@@ -32,7 +32,10 @@ Future<Isolate> stepThroughProgram(Isolate isolate) async {
return completer.future;
}
-var tests = [hasPausedAtStart, setBreakpointAtLine(LINE_A), stepThroughProgram];
+var tests = [hasPausedAtStart,
+ markDartColonLibrariesDebuggable,
+ setBreakpointAtLine(LINE_A),
+ stepThroughProgram];
main(args) => runIsolateTestsSynchronous(args, tests,
testeeConcurrent: code, pause_on_start: true, pause_on_exit: true);
« no previous file with comments | « runtime/observatory/tests/service/set_library_debuggable_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698