Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(870)

Unified Diff: tests/standalone/src/io/StatusFileParserTest.dart

Issue 9572005: Move all tests using dart:io to a separate directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698