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

Unified Diff: tests/compiler/dart2js/kernel/visitor_test.dart

Issue 2608533002: Make analyzer happy about CompilerImpl use of setupSdk. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/kernel/visitor_test.dart
diff --git a/tests/compiler/dart2js/kernel/visitor_test.dart b/tests/compiler/dart2js/kernel/visitor_test.dart
index e33b34df36950762aecc7bc8f5956a741f39a712..0f3c3581752edc1ac3923bb22bf5421c45545993 100644
--- a/tests/compiler/dart2js/kernel/visitor_test.dart
+++ b/tests/compiler/dart2js/kernel/visitor_test.dart
@@ -73,7 +73,7 @@ main(List<String> arguments) async {
}
Future<Compiler> newCompiler() async {
- Compiler compiler = compilerFor(
+ var compiler = compilerFor(
options: [Flags.analyzeOnly, Flags.analyzeAll, Flags.useKernel]);
await compiler.setupSdk();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698