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

Unified Diff: test/codegen/language/async_throw_in_catch_test.dart

Issue 1257233008: fix language_tests.js to use strict mode (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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: test/codegen/language/async_throw_in_catch_test.dart
diff --git a/test/codegen/language/async_throw_in_catch_test.dart b/test/codegen/language/async_throw_in_catch_test.dart
index 6117a2605792ed195bfe395426c34dd8cf442d4d..e529e8f59998a1f3eed5636e2c9a0d3138019289 100644
--- a/test/codegen/language/async_throw_in_catch_test.dart
+++ b/test/codegen/language/async_throw_in_catch_test.dart
@@ -15,7 +15,7 @@ class Tracer {
void trace(msg) {
if (name != null) {
- print("Tracing $name: $msg");
+ //print("Tracing $name: $msg");
vsm 2015/08/03 20:57:33 Maybe a comment here? Hmm - ideally we'd have a
Jennifer Messerly 2015/08/03 21:08:11 Done.
}
Expect.equals(expected[counter], msg);
counter++;

Powered by Google App Engine
This is Rietveld 408576698