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

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

Issue 10380026: Add executable to Options interface to get the name of the executable used to execute the script. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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
« runtime/bin/main.cc ('K') | « tests/standalone/io/process_test_util.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/test_runner_test.dart
diff --git a/tests/standalone/io/test_runner_test.dart b/tests/standalone/io/test_runner_test.dart
index f47da9b866ac1ad2569f71b0df0ef897a20772f8..d7099e67320a34de8110d4a22a16f8a044016f3d 100644
--- a/tests/standalone/io/test_runner_test.dart
+++ b/tests/standalone/io/test_runner_test.dart
@@ -45,7 +45,7 @@ TestCase MakeTestCase(String testName, List<String> expectations) {
var configuration = new TestOptionsParser().parse(['--timeout', '2'])[0];
return new TestCase(testName,
- [new Command(getDartFileName(),
+ [new Command(new Options().executable,
<String>["--ignore-unrecognized-flags",
"--enable_type_checks",
test_path])],
« runtime/bin/main.cc ('K') | « tests/standalone/io/process_test_util.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698