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

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

Issue 10704081: Fix another test case after reemoval of eqNullB (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 | « no previous file | no next file » | 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 e9bc2197ea9eb0ea566eae4de630f3ba2d2ca5d4..ba621bd87fe6b4d85d29566e283e9db4702e4461 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('eqNullB'));
+ Expect.isTrue(generated.contains('== null'));
generated = compile(TEST_LESS, 'foo');
Expect.isFalse(generated.contains('=== true'));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698