| 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;
|
|
|