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

Unified Diff: tests/language/if_null_evaluation_order_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_behavior_test.dart ('k') | tests/language/if_null_precedence_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/if_null_evaluation_order_test.dart
diff --git a/tests/language/if_null_evaluation_order_test.dart b/tests/language/if_null_evaluation_order_test.dart
index bc067e16c99c415d5e4c69f8c0c059a89f0ce4c2..9ebdafdaea922f460ca2c8111c15f4926c4dead7 100644
--- a/tests/language/if_null_evaluation_order_test.dart
+++ b/tests/language/if_null_evaluation_order_test.dart
@@ -8,8 +8,6 @@
// Therefore, e1 should be evaluated first; if it is non-null, e2 should not
// be evaluated.
-// SharedOptions=--enable-null-aware-operators
-
import "package:expect/expect.dart";
void bad() {
« no previous file with comments | « tests/language/if_null_behavior_test.dart ('k') | tests/language/if_null_precedence_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698