Index: tests/language/conditional_property_access_test.dart |
diff --git a/tests/language/conditional_property_access_test.dart b/tests/language/conditional_property_access_test.dart |
index 0a58a53857e69695538f5a11933568df1ec78597..ca44f2d9ab30fdd92f2e6de4a92f9ca289cedae3 100644 |
--- a/tests/language/conditional_property_access_test.dart |
+++ b/tests/language/conditional_property_access_test.dart |
@@ -5,8 +5,6 @@ |
// Verify semantics of the ?. operator when it does not appear on the LHS of an |
// assignment. |
-// SharedOptions=--enable-null-aware-operators |
- |
import "package:expect/expect.dart"; |
import "conditional_access_helper.dart" as h; |