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

Unified Diff: runtime/observatory/test/async_generator_breakpoint_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 | « no previous file | runtime/observatory/test/source_location_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/test/async_generator_breakpoint_test.dart
diff --git a/runtime/observatory/test/async_generator_breakpoint_test.dart b/runtime/observatory/test/async_generator_breakpoint_test.dart
index 5e8d8022c235677e411dfe80d2818a7d48b32f0e..c1296fcfaa07cda9055515d5faadd73cc16819b5 100644
--- a/runtime/observatory/test/async_generator_breakpoint_test.dart
+++ b/runtime/observatory/test/async_generator_breakpoint_test.dart
@@ -66,7 +66,7 @@ testAsync(Isolate isolate) async {
var hits = [];
isolate.eval(isolate.rootLib, 'testerReady = true;')
- .then((ServiceObject result) {
+ .then((Instance result) {
expect(result.valueAsString, equals('true'));
});
« no previous file with comments | « no previous file | runtime/observatory/test/source_location_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698