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

Unified Diff: tests/compiler/dart2js/analyze_test_test.dart

Issue 1601383003: Add mirrors to whitelist again. It was removed in a previous cl, because it was (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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: 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 bfe07acc27aca63c0b0fb0d631b57bc75031969d..f2565ac81e9dc46c30c59ffc981602d957ebfc8d 100644
--- a/tests/compiler/dart2js/analyze_test_test.dart
+++ b/tests/compiler/dart2js/analyze_test_test.dart
@@ -29,6 +29,7 @@ import 'memory_compiler.dart';
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,
],
"/test/src/util/": const [
"Library 'package:async/async.dart' doesn't export a "
« 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