| 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++;
|
|
|