Index: tests/compiler/dart2js/location_collector_test.dart |
diff --git a/tests/compiler/dart2js/location_collector_test.dart b/tests/compiler/dart2js/location_collector_test.dart |
index d35f8b1b35eecf776edc21dbf07442f4142014c0..d34f636ba15c8fa9f4ac5b50d0249b38e51a43b2 100644 |
--- a/tests/compiler/dart2js/location_collector_test.dart |
+++ b/tests/compiler/dart2js/location_collector_test.dart |
@@ -14,6 +14,7 @@ import 'output_collector.dart'; |
test(List events, Map<int, List<int>> expectedPositions) { |
BufferedOutputSink sink = new BufferedOutputSink(); |
LocationProvider locationProvider = new LocationCollector(); |
+ // ignore: LIST_ELEMENT_TYPE_NOT_ASSIGNABLE |
CodeOutput output = new StreamCodeOutput(sink, [locationProvider]); |
for (var event in events) { |
if (event is String) { |