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

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

Issue 2942763002: Late night strong mode cleaning. (Closed)
Patch Set: Created 3 years, 6 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
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) {
« no previous file with comments | « tests/compiler/dart2js/kernel/visitor_test.dart ('k') | tests/compiler/dart2js/source_map_validator_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698