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

Unified Diff: dart/tools/testing/dart/test_suite.dart

Issue 13463003: Revert "Workaround issue 8080:" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698