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 fbc2ce95289f976e599ece3e519bbd6e203d82b6..0e20a07fab6d1b905cb4e8f91981de502560c46f 100644 |
| --- a/tests/standalone/io/path_test.dart |
| +++ b/tests/standalone/io/path_test.dart |
| @@ -4,7 +4,7 @@ |
| // |
| // Test the Path class in dart:io. |
| -#import("dart:io"); |
| +import "dart:io"; |
| void main() { |
| testBaseFunctions(); |