| Index: tools/testing/dart/test_suite.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_suite.dart (revision 20483)
|
| +++ tools/testing/dart/test_suite.dart (working copy)
|
| @@ -1503,8 +1503,11 @@
|
|
|
| // Using stderr.writeString to avoid breaking dartc/junit_tests
|
| // which parses the output of the --list option.
|
| - stderr.writeln(
|
| - "Warning: deprecated @dynamic-type-error tag used in $filePath");
|
| +
|
| + // 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");
|
| }
|
|
|
| return {
|
|
|