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

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: 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/language/async_throw_in_catch_test.dart ('k') | tool/browser_test.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..092b48dd5566190bbe86f917008e1f524b5a10af 100644
--- a/test/codegen/language/asyncstar_throw_in_catch_test.dart
+++ b/test/codegen/language/asyncstar_throw_in_catch_test.dart
@@ -16,7 +16,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");
}
_trace += msg;
counter++;
« no previous file with comments | « test/codegen/language/async_throw_in_catch_test.dart ('k') | tool/browser_test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698