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