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

Unified Diff: runtime/vm/snapshot_test.cc

Issue 16398006: BREAKING CHANGE: Remove === and !== in the VM compiler (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 | « runtime/vm/scanner.cc ('k') | tests/language/canonical_const_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot_test.cc
===================================================================
--- runtime/vm/snapshot_test.cc (revision 23747)
+++ runtime/vm/snapshot_test.cc (working copy)
@@ -1061,7 +1061,7 @@
" static Fields testMain() {"
" Fields obj = new Fields(10, 20);"
" Fields.fld3 = 100;"
- " if (obj === null) {"
+ " if (obj == null) {"
" throw new Exception('Allocation failure');"
" }"
" if (obj.fld1 != 10) {"
« no previous file with comments | « runtime/vm/scanner.cc ('k') | tests/language/canonical_const_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698