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 1cfe6036dfdf9b88fdfcc20f13026c3e31610adc..02ca7704a2f735d380d93cfcdfcf46aa00235416 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 = new Options().arguments[0]; |
+ var progressType = Platform.arguments[0]; |
// Build a progress indicator. |
var startTime = new DateTime.now(); |
var progress = |