Index: tests/lib/async/futures_test.dart |
diff --git a/tests/lib/async/futures_test.dart b/tests/lib/async/futures_test.dart |
index e694134bda14a370b75e016fe85702f3524580f0..7ae1d7eaaf680b3cf7082d19979f338e2535f94e 100644 |
--- a/tests/lib/async/futures_test.dart |
+++ b/tests/lib/async/futures_test.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
library futures_test; |
+import "package:expect/expect.dart"; |
import 'dart:async'; |
import 'dart:isolate'; |