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

Unified Diff: tests/language/if_null_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_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 {
« no previous file with comments | « tests/language/if_null_assignment_static_test.dart ('k') | tests/language/if_null_evaluation_order_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698