Index: tests/isolate/mint_maker_test.dart |
diff --git a/tests/isolate/mint_maker_test.dart b/tests/isolate/mint_maker_test.dart |
index 2c32a0803e630f31678836204e921b3da7f99e74..bfb6bab65e29bc1d2744255912cf35046e2019ca 100644 |
--- a/tests/isolate/mint_maker_test.dart |
+++ b/tests/isolate/mint_maker_test.dart |
@@ -7,7 +7,7 @@ |
#library("MintMakerTest"); |
#import("dart:isolate"); |
-#import('../../pkg/unittest/unittest.dart'); |
+#import('../../pkg/unittest/lib/unittest.dart'); |
class Mint { |
Mint() : registry_ = new Map<SendPort, Purse>() { |