| Index: tests/language/if_null_behavior_test.dart
|
| diff --git a/tests/language/if_null_behavior_test.dart b/tests/language/if_null_behavior_test.dart
|
| index 4fcbfa791053b172cab3453314e5b1c89b05f131..c023d891433f9a0aafa95a549eea5c2c932e7229 100644
|
| --- a/tests/language/if_null_behavior_test.dart
|
| +++ b/tests/language/if_null_behavior_test.dart
|
| @@ -7,8 +7,6 @@
|
| // static type of e is the least upper bound of the static type of e1 and the
|
| // static type of e2.
|
|
|
| -// SharedOptions=--enable-null-aware-operators
|
| -
|
| import "package:expect/expect.dart";
|
|
|
| class A {
|
|
|