| Index: pkg/analyzer/test/generated/compile_time_error_code_test.dart
|
| diff --git a/pkg/analyzer/test/generated/compile_time_error_code_test.dart b/pkg/analyzer/test/generated/compile_time_error_code_test.dart
|
| index 5fb1085bdb4138d2831188f1d52afcbbcabb6a0e..e03cba6db8f4d39ba7bea312c9fde85a0fd5d8ba 100644
|
| --- a/pkg/analyzer/test/generated/compile_time_error_code_test.dart
|
| +++ b/pkg/analyzer/test/generated/compile_time_error_code_test.dart
|
| @@ -6169,7 +6169,7 @@ main() {
|
|
|
| // Check that the file is represented as missing.
|
| Source target =
|
| - analysisContext2.getSourcesWithFullName("/target.dart").first;
|
| + analysisContext2.getSourcesWithFullName(resourceProvider.convertPath("/target.dart")).first;
|
| expect(analysisContext2.getModificationStamp(target), -1);
|
|
|
| // Add an overlay in the same way as AnalysisServer.
|
|
|