Index: tests/compiler/dart2js/analyze_test_test.dart |
diff --git a/tests/compiler/dart2js/analyze_test_test.dart b/tests/compiler/dart2js/analyze_test_test.dart |
index f2565ac81e9dc46c30c59ffc981602d957ebfc8d..5c7d8b32d4d0fd6a4e121607482e362a335ff265 100644 |
--- a/tests/compiler/dart2js/analyze_test_test.dart |
+++ b/tests/compiler/dart2js/analyze_test_test.dart |
@@ -27,10 +27,6 @@ import 'memory_compiler.dart'; |
// TODO(johnniwinther): Support canonical URIs as keys and message kinds as |
// values. |
const Map<String, List/*<String|MessageKind>*/> WHITE_LIST = const { |
- // Several tests import mirrors; any of these might trigger the warning. |
- ".dart": const [ |
- MessageKind.IMPORT_EXPERIMENTAL_MIRRORS, |
- ], |
Johnni Winther
2016/03/07 10:25:18
Why did this change?
floitsch
2016/03/07 10:26:24
When I ran `tools/test.py dart2js` it complained.
floitsch
2016/03/07 13:52:06
Removed.
|
"/test/src/util/": const [ |
"Library 'package:async/async.dart' doesn't export a " |
"'ForkableStream' declaration.", |