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

Unified Diff: tests/standalone/io/process_exit_negative_test.dart

Issue 10252020: test rename overhaul: step 12 - standalone (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/io/process_environment_test.dart ('k') | tests/standalone/io/process_exit_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/process_exit_negative_test.dart
diff --git a/tests/standalone/src/io/ProcessExitNegativeTest.dart b/tests/standalone/io/process_exit_negative_test.dart
similarity index 94%
rename from tests/standalone/src/io/ProcessExitNegativeTest.dart
rename to tests/standalone/io/process_exit_negative_test.dart
index cbcd8c01b1b88eac275b303abd37f8b98062230c..6e739780d0bd2156119e569b45f25bb8ce109476 100644
--- a/tests/standalone/src/io/ProcessExitNegativeTest.dart
+++ b/tests/standalone/io/process_exit_negative_test.dart
@@ -6,7 +6,7 @@
// exit handler is reported correctly.
#import("dart:io");
-#source("ProcessTestUtil.dart");
+#source("process_test_util.dart");
void main() {
Process p = new Process.start(getProcessTestFileName(),
« no previous file with comments | « tests/standalone/io/process_environment_test.dart ('k') | tests/standalone/io/process_exit_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698