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

Unified Diff: tests/language/if_null_assignment_behavior_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
Index: tests/language/if_null_assignment_behavior_test.dart
diff --git a/tests/language/if_null_assignment_behavior_test.dart b/tests/language/if_null_assignment_behavior_test.dart
index ca2ce93ec722b97a96e94a36585920fb83f225f1..bf01dbe43cbbe6a78e6da527cfe42e20edd5c4fc 100644
--- a/tests/language/if_null_assignment_behavior_test.dart
+++ b/tests/language/if_null_assignment_behavior_test.dart
@@ -5,8 +5,6 @@
// Verify semantics of the ??= operator, including order of operations, by
// keeping track of the operations performed.
-// SharedOptions=--enable-null-aware-operators
-
import "package:expect/expect.dart";
import "if_null_assignment_helper.dart" as h;
« no previous file with comments | « tests/language/conditional_property_increment_decrement_test.dart ('k') | tests/language/if_null_assignment_static_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698