Index: lib/src/runner/loader.dart |
diff --git a/lib/src/runner/loader.dart b/lib/src/runner/loader.dart |
index ccae043a51c28d2415d194f715a772c8a69cd21a..34cfd6da11c4961b7af3816f37eae44ea567d664 100644 |
--- a/lib/src/runner/loader.dart |
+++ b/lib/src/runner/loader.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-library unittest.runner.loader; |
+library test.runner.loader; |
import 'dart:async'; |
import 'dart:io'; |
@@ -119,7 +119,7 @@ class Loader { |
var packageRoot = packageRootFor(path, _packageRoot); |
var receivePort = new ReceivePort(); |
return runInIsolate(''' |
-import "package:unittest/src/runner/vm/isolate_listener.dart"; |
+import "package:test/src/runner/vm/isolate_listener.dart"; |
import "${p.toUri(p.absolute(path))}" as test; |