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

Unified Diff: test/codegen/language/asyncstar_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/asyncstar_throw_in_catch_test.dart
diff --git a/test/codegen/language/asyncstar_throw_in_catch_test.dart b/test/codegen/language/asyncstar_throw_in_catch_test.dart
index 37eb183abec90c8a28859a0ba1a484bfdd9dd1f9..a551820d9012cacbe8dcfe454b40428ea3335705 100644
--- a/test/codegen/language/asyncstar_throw_in_catch_test.dart
+++ b/test/codegen/language/asyncstar_throw_in_catch_test.dart
@@ -16,7 +16,7 @@ class Tracer {
void trace(msg) {
if (name != null) {
- print("Tracing $name: $msg");
+ //print("Tracing $name: $msg");
}
_trace += msg;
counter++;

Powered by Google App Engine
This is Rietveld 408576698