Chromium Code Reviews| Index: tests/isolate/mint_maker_test.dart |
| =================================================================== |
| --- tests/isolate/mint_maker_test.dart (revision 12412) |
| +++ tests/isolate/mint_maker_test.dart (working copy) |
| @@ -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>() { |