| Index: pkg/analyzer/test/src/dart/analysis/file_state_test.dart
|
| diff --git a/pkg/analyzer/test/src/dart/analysis/file_state_test.dart b/pkg/analyzer/test/src/dart/analysis/file_state_test.dart
|
| index 2ef6802a9a377c2fa11af4a92520a7b7e48065b2..47415eec4ae1bdee9ae58bc2184cb27244e3edeb 100644
|
| --- a/pkg/analyzer/test/src/dart/analysis/file_state_test.dart
|
| +++ b/pkg/analyzer/test/src/dart/analysis/file_state_test.dart
|
| @@ -54,7 +54,7 @@ class FileSystemStateTest {
|
| AnalysisOptions analysisOptions = new AnalysisOptionsImpl()
|
| ..strongMode = true;
|
| fileSystemState = new FileSystemState(logger, byteStore, contentOverlay,
|
| - provider, sourceFactory, analysisOptions, new Uint32List(0));
|
| + provider, sourceFactory, analysisOptions, new Uint32List(0), '');
|
| }
|
|
|
| test_getFileForPath_doesNotExist() {
|
|
|