| Index: pkg/front_end/test/src/incremental/file_state_test.dart
|
| diff --git a/pkg/front_end/test/src/incremental/file_state_test.dart b/pkg/front_end/test/src/incremental/file_state_test.dart
|
| index 00c3707ac97283f25592a120f992382b94579fa2..affeb0e2aa4f717aa13b8a45b353b0ec68fca3cf 100644
|
| --- a/pkg/front_end/test/src/incremental/file_state_test.dart
|
| +++ b/pkg/front_end/test/src/incremental/file_state_test.dart
|
| @@ -19,7 +19,7 @@ main() {
|
| @reflectiveTest
|
| class FileSystemStateTest {
|
| final fileSystem = new MemoryFileSystem(Uri.parse('file:///'));
|
| - final TranslateUri uriTranslator = new TranslateUri({}, {});
|
| + final TranslateUri uriTranslator = new TranslateUri({}, {}, {});
|
| FileSystemState fsState;
|
|
|
| Uri _coreUri;
|
|
|