| 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;
|
|
|
|
|