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"); |
} |