Index: tests/isolate/isolate_negative_test.dart |
diff --git a/tests/isolate/isolate_negative_test.dart b/tests/isolate/isolate_negative_test.dart |
index 5fe9e3008665f567dc75fd2a047033bdc0e03d20..7f753f2cfec7b8cf8578c95c4c9a3047faa3a571 100644 |
--- a/tests/isolate/isolate_negative_test.dart |
+++ b/tests/isolate/isolate_negative_test.dart |
@@ -5,6 +5,7 @@ |
// Dart test program for testing that isolates are spawned. |
library IsolateNegativeTest; |
+import "package:expect/expect.dart"; |
import 'dart:isolate'; |
import '../../pkg/unittest/lib/unittest.dart'; |