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

Unified Diff: test/checker/checker_test.dart

Issue 1038213003: Downward inference (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: Small fixes 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
Index: test/checker/checker_test.dart
diff --git a/test/checker/checker_test.dart b/test/checker/checker_test.dart
index 594dab6d1bcc512383d01c700e62f59c5a52dbc1..b3261b03a7a2a06d47bebe7463d7c0d9d608da4c 100644
--- a/test/checker/checker_test.dart
+++ b/test/checker/checker_test.dart
@@ -1503,7 +1503,7 @@ void main() {
l2 = /*warning:InferableAllocation*/new List.filled(10, 42);
}
'''
- });
+ }, inferDownwards: false);
});
test('Type checking literals', () {

Powered by Google App Engine
This is Rietveld 408576698