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

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: add comment Created 5 years, 4 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 | « test/codegen/expect/js_test.txt ('k') | test/codegen/language/asyncstar_throw_in_catch_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bbe49cfc02d7b65d1cd246332c48dfa029109fcc 100644
--- a/test/codegen/language/async_throw_in_catch_test.dart
+++ b/test/codegen/language/async_throw_in_catch_test.dart
@@ -15,7 +15,8 @@ class Tracer {
void trace(msg) {
if (name != null) {
- print("Tracing $name: $msg");
+ // Commented out, see https://github.com/dart-lang/dev_compiler/issues/278
+ //print("Tracing $name: $msg");
}
Expect.equals(expected[counter], msg);
counter++;
« no previous file with comments | « test/codegen/expect/js_test.txt ('k') | test/codegen/language/asyncstar_throw_in_catch_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698