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

Unified Diff: lib/src/testing.dart

Issue 1011933002: Handle type-inference on fields, consts, and inferable overrides (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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 | « lib/src/options.dart ('k') | test/checker/inferred_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/testing.dart
diff --git a/lib/src/testing.dart b/lib/src/testing.dart
index bd1d21b8ce328e9c919039bd344c61e4c6e37566..e1af56d7089131df5453c005e7dafe92342bba60 100644
--- a/lib/src/testing.dart
+++ b/lib/src/testing.dart
@@ -52,7 +52,6 @@ CheckerResults testChecker(Map<String, String> testFiles,
covariantGenerics: true, relaxedCasts: true,
inferFromOverrides: ResolverOptions.inferFromOverridesDefault,
inferStaticsFromIdentifiers: ResolverOptions.inferStaticsFromIdentifiersDefault,
- inferInNonStableOrder: ResolverOptions.inferInNonStableOrderDefault,
nonnullableTypes: TypeOptions.NONNULLABLE_TYPES}) {
expect(testFiles.containsKey('/main.dart'), isTrue,
reason: '`/main.dart` is missing in testFiles');
@@ -65,7 +64,6 @@ CheckerResults testChecker(Map<String, String> testFiles,
relaxedCasts: relaxedCasts,
inferFromOverrides: inferFromOverrides,
inferStaticsFromIdentifiers: inferStaticsFromIdentifiers,
- inferInNonStableOrder: inferInNonStableOrder,
nonnullableTypes: nonnullableTypes,
useMockSdk: sdkDir == null,
dartSdkPath: sdkDir,
« no previous file with comments | « lib/src/options.dart ('k') | test/checker/inferred_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698