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

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: Addressed review comments 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
« no previous file with comments | « tests/standalone/src/io/SocketStreamCloseTest.dart ('k') | tests/standalone/src/io/StreamPipeTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « tests/standalone/src/io/SocketStreamCloseTest.dart ('k') | tests/standalone/src/io/StreamPipeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698