| Index: tests/standalone/src/io/StatusFileParserTest.dart
|
| diff --git a/tests/standalone/src/StatusFileParserTest.dart b/tests/standalone/src/io/StatusFileParserTest.dart
|
| similarity index 95%
|
| rename from tests/standalone/src/StatusFileParserTest.dart
|
| rename to tests/standalone/src/io/StatusFileParserTest.dart
|
| index 4b9bcceabd83371b553eb584c7e5076399dc4cc2..382fe7bc43cab7316890d1058e41db6c93f6a7a6 100644
|
| --- a/tests/standalone/src/StatusFileParserTest.dart
|
| +++ b/tests/standalone/src/io/StatusFileParserTest.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() {
|
|
|