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

Unified Diff: test/testing.dart

Issue 1396993002: housecleaning: remove nonnullableTypes (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 2 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
« lib/src/checker/rules.dart ('K') | « test/checker/inferred_type_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/testing.dart
diff --git a/test/testing.dart b/test/testing.dart
index f5df4ab02a130a72dd8b3510db2f09ef6645d470..a28328dd4667ab153bdc3ce6fe9be7ed14cdcb8c 100644
--- a/test/testing.dart
+++ b/test/testing.dart
@@ -77,8 +77,7 @@ void testChecker(String name, Map<String, String> testFiles,
customUrlMappings: const {},
relaxedCasts: true,
inferDownwards: StrongModeOptions.inferDownwardsDefault,
- inferTransitively: StrongModeOptions.inferTransitivelyDefault,
- nonnullableTypes: StrongModeOptions.NONNULLABLE_TYPES}) {
+ inferTransitively: StrongModeOptions.inferTransitivelyDefault}) {
test(name, () {
expect(testFiles.containsKey('/main.dart'), isTrue,
reason: '`/main.dart` is missing in testFiles');
@@ -102,7 +101,6 @@ void testChecker(String name, Map<String, String> testFiles,
relaxedCasts: relaxedCasts,
inferDownwards: inferDownwards,
inferTransitively: inferTransitively,
- nonnullableTypes: nonnullableTypes,
hints: true));
// Run the checker on /main.dart.
« lib/src/checker/rules.dart ('K') | « test/checker/inferred_type_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698