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

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

Issue 2680303002: Kernel debugging; service tests (Closed)
Patch Set: New failing test 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
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 a637a830ffd36a0f8e0c597ab26f78f350512902..5c01d0245fcb731e832e4f5f8eac32bf674dab7f 100644
--- a/runtime/observatory/tests/service/debugger_location_test.dart
+++ b/runtime/observatory/tests/service/debugger_location_test.dart
@@ -55,6 +55,11 @@ Future<Debugger> initDebugger(Isolate isolate) {
});
}
+void dummy() {
Kevin Millikin (Google) 2017/02/08 15:37:51 Do we have a plan for a better way to do this?
Cutch 2017/02/08 16:48:20 Why is this needed?
jensj 2017/02/13 14:04:15 Even though unittest.dart is included, it isn't in
jensj 2017/02/13 14:04:15 I don't know. It seems somewhat artificial to me t
+ // Use something from unittest.dart in order to get it included in kernel.
+ formatStacks;
+}
+
var tests = [
hasStoppedAtBreakpoint,

Powered by Google App Engine
This is Rietveld 408576698