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

Unified Diff: pkg/analyzer/test/generated/non_hint_code_test.dart

Issue 2486873003: Move scanner into pkg/front_end/lib/src/scanner. (Closed)
Patch Set: Created 4 years, 1 month 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: pkg/analyzer/test/generated/non_hint_code_test.dart
diff --git a/pkg/analyzer/test/generated/non_hint_code_test.dart b/pkg/analyzer/test/generated/non_hint_code_test.dart
index 28905510ea6f0be9d69a215dad3e86873bf11707..eda3e1368d937c5184c8317047337a2ebd7b1a51 100644
--- a/pkg/analyzer/test/generated/non_hint_code_test.dart
+++ b/pkg/analyzer/test/generated/non_hint_code_test.dart
@@ -392,7 +392,7 @@ f() {}''',
library root;
import 'lib1.dart' deferred as lib1;
main() { lib1.f(); }'''
- ], ErrorCode.EMPTY_LIST);
+ ], const <ErrorCode>[]);
}
void test_issue20904BuggyTypePromotionAtIfJoin_1() {

Powered by Google App Engine
This is Rietveld 408576698