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

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

Issue 17406010: Move getters from Options to Platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed Dart_GetType 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
« no previous file with comments | « tests/standalone/debugger/debug_lib.dart ('k') | tests/standalone/http_launch_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/debugger/tostring_throws_test.dart
diff --git a/tests/standalone/debugger/tostring_throws_test.dart b/tests/standalone/debugger/tostring_throws_test.dart
index f25050d8340a4acd5ac849cfb97b0bcb0c7105e8..03fd3226ed507af4b519a36975e6f47d9e34a610 100644
--- a/tests/standalone/debugger/tostring_throws_test.dart
+++ b/tests/standalone/debugger/tostring_throws_test.dart
@@ -6,9 +6,9 @@ import "debug_lib.dart";
main() {
if (RunScript(testScript)) return;
-
+
Foo foo = new Foo();
-
+
print("Hello from debuggee");
}
« no previous file with comments | « tests/standalone/debugger/debug_lib.dart ('k') | tests/standalone/http_launch_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698