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

Unified Diff: runtime/observatory/test/source_location_test.dart

Issue 1044453002: Fix static warnings in Observatory tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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/test/async_generator_breakpoint_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/test/source_location_test.dart
diff --git a/runtime/observatory/test/source_location_test.dart b/runtime/observatory/test/source_location_test.dart
index e0cdd2113e7f4512da7cd7a4c348fb9bfe25815b..bf3fbf65efc2974a3c1e38b452e3c8da5b221a23 100644
--- a/runtime/observatory/test/source_location_test.dart
+++ b/runtime/observatory/test/source_location_test.dart
@@ -20,6 +20,7 @@ void testFunction() {
class TestDebugger extends Debugger {
TestDebugger(this.isolate, this.stack);
+ VM get vm => isolate.vm;
Isolate isolate;
ServiceMap stack;
int currentFrame = 0;
« no previous file with comments | « runtime/observatory/test/async_generator_breakpoint_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698