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

Unified Diff: pkg/front_end/test/fasta/kompile_test.dart

Issue 2726843003: Rename FeContext to FastaContext. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « pkg/front_end/test/fasta/compile_test.dart ('k') | pkg/front_end/test/fasta/outline_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/kompile_test.dart
diff --git a/pkg/front_end/test/fasta/kompile_test.dart b/pkg/front_end/test/fasta/kompile_test.dart
index 34175ad50acb1dd7c1635295511a1cffbb4b6d26..3a128ebdaada57880cd0525afb8302fe796604f2 100644
--- a/pkg/front_end/test/fasta/kompile_test.dart
+++ b/pkg/front_end/test/fasta/kompile_test.dart
@@ -4,16 +4,15 @@
library fasta.test.compile_test;
-import 'dart:async' show
- Future;
+import 'dart:async' show Future;
import 'package:front_end/src/fasta/testing/suite.dart';
-Future<FeContext> createContext(
+Future<FastaContext> createContext(
Chain suite, Map<String, String> environment) {
environment[ENABLE_FULL_COMPILE] = "";
environment[AST_KIND_INDEX] = "${AstKind.Analyzer.index}";
- return TestContext.create(suite, environment, FeContext.create);
+ return FastaContext.create(suite, environment);
}
main(List<String> arguments) => runMe(arguments, createContext, "testing.json");
« no previous file with comments | « pkg/front_end/test/fasta/compile_test.dart ('k') | pkg/front_end/test/fasta/outline_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698