| 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 eb308fe95a288d3fbdc4881ba3f39fd6d852eaae..a7bb1ba78b78b1ac5f4aa04e5dccb9e863db16fe 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -29,7 +29,7 @@ const Map<String, List<String>> WHITE_LIST = const {
|
| "The method 'error"],
|
| "lib/src/resolution/semantic_visitor_mixins.dart": const [
|
| "The method 'error",
|
| - "The class 'SuperBulkMixin' is never used."]
|
| + "Mixin' is never used."]
|
| };
|
|
|
| void main() {
|
|
|