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

Unified Diff: tests/language/if_null_precedence_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
« no previous file with comments | « tests/language/if_null_evaluation_order_test.dart ('k') | tests/language/nullaware_opt_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/if_null_precedence_test.dart
diff --git a/tests/language/if_null_precedence_test.dart b/tests/language/if_null_precedence_test.dart
index 32d49cee67c8bdeb78f0f07dbe05607535a65295..fcce3d4f1c5e36b1b9ab85df5a0665c5a0a9df27 100644
--- a/tests/language/if_null_precedence_test.dart
+++ b/tests/language/if_null_precedence_test.dart
@@ -4,8 +4,6 @@
// Verify that '??' binds tighter than '?:' and less tightly than '||'.
-// SharedOptions=--enable-null-aware-operators
-
import "package:expect/expect.dart";
assertionError(e) => e is AssertionError;
« no previous file with comments | « tests/language/if_null_evaluation_order_test.dart ('k') | tests/language/nullaware_opt_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698