Index: tests/standalone/io/file_read_special_device_test.dart |
diff --git a/tests/standalone/io/file_read_special_device_test.dart b/tests/standalone/io/file_read_special_device_test.dart |
index 3855395457a915f51e91848a763ea978e5b06188..1ea10e9eaf71cb8ac8d5c36987318054a8c580b4 100644 |
--- a/tests/standalone/io/file_read_special_device_test.dart |
+++ b/tests/standalone/io/file_read_special_device_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'; |
void openAndWriteScript(String script) { |