| Index: dart/tools/testing/dart/test_suite.dart
|
| diff --git a/dart/tools/testing/dart/test_suite.dart b/dart/tools/testing/dart/test_suite.dart
|
| index 424640599d37fabc7cd9171a8206a4120a19a462..2f71864120e6fbe8a2ee3c7be5e4c1d51d63e6fa 100644
|
| --- a/dart/tools/testing/dart/test_suite.dart
|
| +++ b/dart/tools/testing/dart/test_suite.dart
|
| @@ -1508,11 +1508,8 @@ class StandardTestSuite extends TestSuite {
|
|
|
| // Using stderr.writeString to avoid breaking dartc/junit_tests
|
| // which parses the output of the --list option.
|
| -
|
| - // Removed the print below. Tracking of this should be done in the bug
|
| - // and not in the developer's terminals.
|
| - // stderr.writeln(
|
| - // "Warning: deprecated @dynamic-type-error tag used in $filePath");
|
| + stderr.writeln(
|
| + "Warning: deprecated @dynamic-type-error tag used in $filePath");
|
| }
|
|
|
| return {
|
|
|