Chromium Code Reviews| Index: tests/corelib/stopwatch_test.dart |
| diff --git a/tests/corelib/stopwatch_test.dart b/tests/corelib/stopwatch_test.dart |
| index b688ab3f377fad73a2b2a4aa0e64b9f83e73e668..eca02ef9008549ce7cb4058ac0045249a71d91c2 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) { |