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

Unified Diff: pkg/analyzer/test/generated/resolver_test.dart

Issue 842503003: Enable async support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/analyzer/test/generated/parser_test.dart ('k') | pkg/analyzer/test/options_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/resolver_test.dart
diff --git a/pkg/analyzer/test/generated/resolver_test.dart b/pkg/analyzer/test/generated/resolver_test.dart
index d311cc7c22e5ca0c968d1429380a0c8bdee42aa1..93ff45ee1e8734c213825c6714c98695af5538e8 100644
--- a/pkg/analyzer/test/generated/resolver_test.dart
+++ b/pkg/analyzer/test/generated/resolver_test.dart
@@ -378,7 +378,6 @@ class AnalysisContextForTests extends AnalysisContextImpl {
bool needsRecompute =
currentOptions.analyzeFunctionBodies != options.analyzeFunctionBodies ||
currentOptions.generateSdkErrors != options.generateSdkErrors ||
- currentOptions.enableAsync != options.enableAsync ||
currentOptions.enableDeferredLoading != options.enableDeferredLoading ||
currentOptions.enableEnum != options.enableEnum ||
currentOptions.dart2jsHint != options.dart2jsHint ||
@@ -7830,16 +7829,6 @@ class ResolverTestCase extends EngineTestCase {
}
/**
- * Reset the analysis context to have the 'enableAsync' option set to true.
- */
- void resetWithAsync() {
- AnalysisOptionsImpl options = new AnalysisOptionsImpl();
- options.enableAsync = true;
- analysisContext2 =
- AnalysisContextFactory.contextWithCoreAndOptions(options);
- }
-
- /**
* Reset the analysis context to have the 'enableEnum' option set to true.
*/
void resetWithEnum() {
« no previous file with comments | « pkg/analyzer/test/generated/parser_test.dart ('k') | pkg/analyzer/test/options_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698