| Index: lib/src/runner/loader.dart
|
| diff --git a/lib/src/runner/loader.dart b/lib/src/runner/loader.dart
|
| index 475e10d5f277024a6c4a9c281b9928362d033ae5..46a63bc097fe6adf67a3411022e0311138dc8432 100644
|
| --- a/lib/src/runner/loader.dart
|
| +++ b/lib/src/runner/loader.dart
|
| @@ -45,7 +45,7 @@ class Loader {
|
| final Uri _pubServeUrl;
|
|
|
| /// All isolates that have been spun up by the loader.
|
| - final _isolates = new Set<Isolate>();
|
| + final _isolates = new Set<IsolateWrapper>();
|
|
|
| /// The server that serves browser test pages.
|
| ///
|
|
|