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

Unified Diff: tests/language/conditional_property_assignment_test.dart

Issue 1239513005: Switch on null-aware operators by default in analyzer. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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: tests/language/conditional_property_assignment_test.dart
diff --git a/tests/language/conditional_property_assignment_test.dart b/tests/language/conditional_property_assignment_test.dart
index 6b348216a7f75daccebe440266dbdf32ab4823ee..87e2bd08a350b696c73fbef9316052267b592505 100644
--- a/tests/language/conditional_property_assignment_test.dart
+++ b/tests/language/conditional_property_assignment_test.dart
@@ -5,8 +5,6 @@
// Verify semantics of the ?. operator when it appears on the LHS of an
// assignment.
-// SharedOptions=--enable-null-aware-operators
-
import "package:expect/expect.dart";
import "conditional_access_helper.dart" as h;

Powered by Google App Engine
This is Rietveld 408576698