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

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

Issue 1726773002: Refactor service tests in preparation of running on sky_shell (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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/isolate_lifecycle_test.dart
diff --git a/runtime/observatory/tests/service/isolate_lifecycle_test.dart b/runtime/observatory/tests/service/isolate_lifecycle_test.dart
index f88b12323ec36ea12da6f4d0431bf87c73c84493..992b10062ddd6de049fe16a9b7b72b9692f481ba 100644
--- a/runtime/observatory/tests/service/isolate_lifecycle_test.dart
+++ b/runtime/observatory/tests/service/isolate_lifecycle_test.dart
@@ -9,7 +9,7 @@ import 'dart:isolate' as I;
import 'package:observatory/service_io.dart';
import 'package:unittest/unittest.dart';
-
+import 'service_test_common.dart';
import 'test_helper.dart';
final spawnCount = 4;
@@ -131,7 +131,7 @@ var tests = [
},
(VM vm) async {
- expect(numPaused(vm), spawnCount + 1 - resumeCount);
+ expect(numPaused(vm), spawnCount + 1 - resumeCount);
},
];
« no previous file with comments | « runtime/observatory/tests/service/get_stack_rpc_test.dart ('k') | runtime/observatory/tests/service/issue_25465_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698