| Index: tests/language/if_null_assignment_static_test.dart
|
| diff --git a/tests/language/if_null_assignment_static_test.dart b/tests/language/if_null_assignment_static_test.dart
|
| index 03739c461a7a98af28cfa42ba0805e4f41990af0..9a651cf553c35fd6619412f61265e0817a3a4af6 100644
|
| --- a/tests/language/if_null_assignment_static_test.dart
|
| +++ b/tests/language/if_null_assignment_static_test.dart
|
| @@ -5,8 +5,6 @@
|
| // Verify that the static type of a ??= b is the least upper bound of the
|
| // static types of a and b.
|
|
|
| -// SharedOptions=--enable-null-aware-operators
|
| -
|
| import "package:expect/expect.dart";
|
|
|
| // Determine whether the VM is running in checked mode.
|
|
|