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

Unified Diff: tests/standalone/debugger/step_in_equals_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
Index: tests/standalone/debugger/step_in_equals_test.dart
diff --git a/tests/standalone/debugger/step_in_equals_test.dart b/tests/standalone/debugger/step_in_equals_test.dart
index 0e10e5dd8837ea78c0fbef0e1fa1d520ed026719..c99f41620462c233dd0d53a06c45783aecab52b4 100644
--- a/tests/standalone/debugger/step_in_equals_test.dart
+++ b/tests/standalone/debugger/step_in_equals_test.dart
@@ -11,8 +11,8 @@ class MyClass {
}
}
-main() {
- if (RunScript(testScript)) return;
+main(List<String> arguments) {
+ if (RunScript(testScript, arguments)) return;
var a = new MyClass();
var b = null;
var x = a == b; // Breakpoint #1.
« no previous file with comments | « tests/standalone/debugger/nosuchmethod_debugger_test.dart ('k') | tests/standalone/debugger/step_inout_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698