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

Unified Diff: pkg/front_end/test/src/incremental/file_state_test.dart

Issue 2895983002: Read SDK and patches from a JSON file. (Closed)
Patch Set: Merged with 1333f97b9a0e3805f991578ef83b0ec4553ecf33 Created 3 years, 7 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
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;
« no previous file with comments | « pkg/front_end/test/fasta/translate_uri_test.dart ('k') | pkg/front_end/tool/_fasta/generate_dart_libraries.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698