Index: tests/corelib/stopwatch_test.dart |
diff --git a/tests/corelib/stopwatch_test.dart b/tests/corelib/stopwatch_test.dart |
index 535b49516a8df5b5da45033e80579064a850cf01..28ec48b10ca77d6d937bd51ed1ba3826c164c3e1 100644 |
--- a/tests/corelib/stopwatch_test.dart |
+++ b/tests/corelib/stopwatch_test.dart |
@@ -5,6 +5,7 @@ |
// Dart test program for testing stopwatch support. |
library stopwatch_test; |
+import "package:expect/expect.dart"; |
class StopwatchTest { |
static bool checkTicking(Stopwatch sw) { |