Chromium Code Reviews| Index: tests/standalone/io/path_test.dart |
| diff --git a/tests/standalone/io/path_test.dart b/tests/standalone/io/path_test.dart |
| index 99756cb3d7de40592378a2a37b26b7dd7dd16bd3..b8b58b6f38489e1a934300a76c415f08d9b41bd5 100644 |
| --- a/tests/standalone/io/path_test.dart |
| +++ b/tests/standalone/io/path_test.dart |
| @@ -4,6 +4,7 @@ |
| // |
| // Test the Path class in dart:io. |
| +import "package:expect/expect.dart"; |
| import "dart:io"; |
| void main() { |