| Index: tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| index 64405872d9d4ea3f38a6124deed01f697192f9d1..ae753a2191b076fd8da85bd269bb0fcd02b0f9db 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -39,7 +39,7 @@ const Map<String, List<String>> WHITE_LIST = const {
|
| // Serialization code is only used in test.
|
| "lib/src/serialization/": const ["is never"],
|
|
|
| - "lib/src/universe/universe.dart": const [
|
| + "lib/src/universe/world_builder.dart": const [
|
| "The method 'getterInvocationsByName' is never called.",
|
| "The method 'setterInvocationsByName' is never called."
|
| ],
|
|
|