Index: tests/isolate/src/MintMakerTest.dart |
diff --git a/tests/isolate/src/MintMakerTest.dart b/tests/isolate/src/MintMakerTest.dart |
index 0d0a120cab43c84510c4703c4982dd09094aee21..f2140027ebf41aa6488623382695ba736b34dc0a 100644 |
--- a/tests/isolate/src/MintMakerTest.dart |
+++ b/tests/isolate/src/MintMakerTest.dart |
@@ -5,6 +5,9 @@ |
// Things that should be "auto-generated" are between AUTO START and |
// AUTO END (or just AUTO if it's a single line). |
+#library("MintMakerTest"); |
+#import("dart:isolate"); |
+ |
class Mint { |
Mint() : registry_ = new Map<SendPort, Purse>() { |