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 40423ec11236e5c88d5c0495f337d8fa02092910..c398f005221dc3117ec23caad24814a7962101b2 100644 |
--- a/tests/compiler/dart2js/analyze_test_test.dart |
+++ b/tests/compiler/dart2js/analyze_test_test.dart |
@@ -26,7 +26,7 @@ import 'memory_compiler.dart'; |
*/ |
// TODO(johnniwinther): Support canonical URIs as keys. |
const Map<String, List/*<String|MessageKind>*/> WHITE_LIST = const { |
- "/test/src/util/": const [ |
+ "/test/lib/src/util/": const [ |
"Library 'package:async/async.dart' doesn't export a " |
"'ForkableStream' declaration.", |
], |