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

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

Issue 1076003004: Fix all Observatory warnings/errors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/eval_test.dart ('k') | runtime/observatory/test/test_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/test/isolate_lifecycle_test.dart
diff --git a/runtime/observatory/test/isolate_lifecycle_test.dart b/runtime/observatory/test/isolate_lifecycle_test.dart
index 654e94c4be2d34c277da28ddb91046504082873f..08a2a1bfb46149ef200f0ab06f1814cbcd3812d2 100644
--- a/runtime/observatory/test/isolate_lifecycle_test.dart
+++ b/runtime/observatory/test/isolate_lifecycle_test.dart
@@ -5,7 +5,6 @@
import 'dart:async';
import 'dart:isolate' as I;
-import 'dart:math';
import 'package:observatory/service_io.dart';
import 'package:unittest/unittest.dart';
@@ -28,7 +27,7 @@ Future before() async {
print('spawned all isolates');
}
-Future during() {
+Future during() async {
}
var tests = [
« no previous file with comments | « runtime/observatory/test/eval_test.dart ('k') | runtime/observatory/test/test_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698