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

Unified Diff: tests/standalone/io/test_runner_exit_code_script.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_exit_code_script.dart
diff --git a/tests/standalone/io/test_runner_exit_code_script.dart b/tests/standalone/io/test_runner_exit_code_script.dart
index 02ca7704a2f735d380d93cfcdfcf46aa00235416..1cfe6036dfdf9b88fdfcc20f13026c3e31610adc 100644
--- a/tests/standalone/io/test_runner_exit_code_script.dart
+++ b/tests/standalone/io/test_runner_exit_code_script.dart
@@ -10,7 +10,7 @@ import "../../../tools/testing/dart/test_runner.dart";
import "../../../tools/testing/dart/test_options.dart";
main() {
- var progressType = Platform.arguments[0];
+ var progressType = new Options().arguments[0];
ricow1 2013/06/28 08:28:34 this is actually "wrong" according to TOT, will th
// Build a progress indicator.
var startTime = new DateTime.now();
var progress =

Powered by Google App Engine
This is Rietveld 408576698