| 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);
|
| },
|
| ];
|
|
|
|
|