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

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

Issue 18175005: Updated tests for test.py after checked-in binary update (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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/test_runner_test.dart
diff --git a/tests/standalone/io/test_runner_test.dart b/tests/standalone/io/test_runner_test.dart
index fa276c2ff1aa5b0c505de80beff4d2e7e5e25ddb..79a8522d1605892d3f31cce0892d77262cbe6b31 100644
--- a/tests/standalone/io/test_runner_test.dart
+++ b/tests/standalone/io/test_runner_test.dart
@@ -109,7 +109,7 @@ void main() {
// Run the test_runner_test if there are no command-line options.
// Otherwise, run one of the component tests that always pass,
// fail, or timeout.
- var arguments = Platform.arguments;
+ var arguments = new Options().arguments;
ricow1 2013/06/28 08:28:34 Same as last file
if (arguments.isEmpty) {
testProcessQueue();
} else {

Powered by Google App Engine
This is Rietveld 408576698