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

Unified Diff: tests/compiler/dart2js/boolified_operator_test.dart

Issue 10698079: Revert all the changes to equals operator. Causing buildbot trouble. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « tests/co19/co19-leg.status ('k') | tests/compiler/dart2js/constant_folding_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/boolified_operator_test.dart
diff --git a/tests/compiler/dart2js/boolified_operator_test.dart b/tests/compiler/dart2js/boolified_operator_test.dart
index ba621bd87fe6b4d85d29566e283e9db4702e4461..e9bc2197ea9eb0ea566eae4de630f3ba2d2ca5d4 100644
--- a/tests/compiler/dart2js/boolified_operator_test.dart
+++ b/tests/compiler/dart2js/boolified_operator_test.dart
@@ -55,7 +55,7 @@ main() {
generated = compile(TEST_EQUAL_NULL, 'foo');
Expect.isFalse(generated.contains('=== true'));
- Expect.isTrue(generated.contains('== null'));
+ Expect.isTrue(generated.contains('eqNullB'));
generated = compile(TEST_LESS, 'foo');
Expect.isFalse(generated.contains('=== true'));
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/compiler/dart2js/constant_folding_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698