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

Unified Diff: lib/src/driver.dart

Issue 1410413002: Options file name constant fix. (Closed) Base URL: https://github.com/dart-lang/analyzer_cli.git@master
Patch Set: Created 5 years, 2 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
« 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: lib/src/driver.dart
diff --git a/lib/src/driver.dart b/lib/src/driver.dart
index 3a2df48423c29ae3c88b20a7b4820b1907bfc9e5..0b6c52641a3189fa44539bf26c203ee36b28d85d 100644
--- a/lib/src/driver.dart
+++ b/lib/src/driver.dart
@@ -453,7 +453,7 @@ class Driver {
exitCode: ErrorSeverity.ERROR.ordinal);
}
} else {
- filePath = AnalysisOptionsProvider.ANALYSIS_OPTIONS_NAME;
+ filePath = AnalysisEngine.ANALYSIS_OPTIONS_FILE;
file = PhysicalResourceProvider.INSTANCE.getFile(filePath);
}
return file;
« 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