| Index: tests/standalone/io/status_file_parser_test.dart
|
| diff --git a/tests/standalone/src/io/StatusFileParserTest.dart b/tests/standalone/io/status_file_parser_test.dart
|
| similarity index 95%
|
| rename from tests/standalone/src/io/StatusFileParserTest.dart
|
| rename to tests/standalone/io/status_file_parser_test.dart
|
| index dd67922108901b5faaaa1d9645fd283f93b0a924..700277c950468b0144a85f0db240566336172ac9 100644
|
| --- a/tests/standalone/src/io/StatusFileParserTest.dart
|
| +++ b/tests/standalone/io/status_file_parser_test.dart
|
| @@ -5,7 +5,7 @@
|
| #library("StatusFileParserTest");
|
|
|
| #import("dart:io");
|
| -#import("../../../../tools/testing/dart/status_file_parser.dart");
|
| +#import("../../../tools/testing/dart/status_file_parser.dart");
|
|
|
|
|
| void main() {
|
|
|