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

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

Issue 12314153: dart:io | Rename File.name to File.path. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove stray line break. Created 7 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/io/dart_std_io_pipe_test.dart
diff --git a/tests/standalone/io/dart_std_io_pipe_test.dart b/tests/standalone/io/dart_std_io_pipe_test.dart
index 1b94fb42ca8bfd1156f8f3a1d3404f9349a784aa..325e41b110d9c00704a8b7b72eb65ff42f02da19 100644
--- a/tests/standalone/io/dart_std_io_pipe_test.dart
+++ b/tests/standalone/io/dart_std_io_pipe_test.dart
@@ -97,7 +97,7 @@ main() {
}
// Run the shell script.
- test(shellScript.name, scriptFile.name, "0");
- test(shellScript.name, scriptFile.name, "1");
- test(shellScript.name, scriptFile.name, "2");
+ test(shellScript.path, scriptFile.path, "0");
+ test(shellScript.path, scriptFile.path, "1");
+ test(shellScript.path, scriptFile.path, "2");
}

Powered by Google App Engine
This is Rietveld 408576698