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

Unified Diff: tests/standalone/debugger/nosuchmethod_debugger_test.dart

Issue 52573002: Remove uses of Options from pkg, samples, tests, and third_party directories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Edit comment Created 7 years, 2 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
« no previous file with comments | « tests/standalone/debugger/debug_lib.dart ('k') | tests/standalone/debugger/step_in_equals_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/debugger/nosuchmethod_debugger_test.dart
diff --git a/tests/standalone/debugger/nosuchmethod_debugger_test.dart b/tests/standalone/debugger/nosuchmethod_debugger_test.dart
index b52cfc1f256cbeb2557a33271ad5ffd21dae2fc4..10b6855bc5f0cd40d4a9d8468e3ce9d8b7ad66b6 100644
--- a/tests/standalone/debugger/nosuchmethod_debugger_test.dart
+++ b/tests/standalone/debugger/nosuchmethod_debugger_test.dart
@@ -11,8 +11,8 @@
import "debug_lib.dart";
-main() {
- if (RunScript(testScript)) return;
+main(List<String> arguments) {
+ if (RunScript(testScript, arguments)) return;
print("Hello from debuggee");
var a = new A();
for (var i = 0; i < 2; ++i) {
« no previous file with comments | « tests/standalone/debugger/debug_lib.dart ('k') | tests/standalone/debugger/step_in_equals_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698