Chromium Code Reviews| Index: tests/standalone/io/sleep_test.dart |
| diff --git a/tests/standalone/io/sleep_test.dart b/tests/standalone/io/sleep_test.dart |
| index 26646fa87a62cf10ebdb42ab72bbf9fe1ec36d1a..795de81f0f02c8130d746254dcb1f6e09d97c5f0 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) { |