Index: tests/standalone/io/sleep_test.dart |
diff --git a/tests/standalone/io/sleep_test.dart b/tests/standalone/io/sleep_test.dart |
index d953bf9f1a29536b9cc5652ebbb4380f91448304..5f0a1de77801482734b92b732d96fd91b68cd221 100644 |
--- a/tests/standalone/io/sleep_test.dart |
+++ b/tests/standalone/io/sleep_test.dart |
@@ -2,6 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+import "package:expect/expect.dart"; |
import "dart:io"; |
test(int milliseconds) { |