Index: test/cctest/compiler/test-js-typed-lowering.cc |
diff --git a/test/cctest/compiler/test-js-typed-lowering.cc b/test/cctest/compiler/test-js-typed-lowering.cc |
index e1b8a150a9b4a514419a6040e9f8229443913668..cf252c4c6c75843d87fe2883a05527e7bb3fb202 100644 |
--- a/test/cctest/compiler/test-js-typed-lowering.cc |
+++ b/test/cctest/compiler/test-js-typed-lowering.cc |
@@ -797,7 +797,7 @@ TEST(RemoveToNumberEffects) { |
} |
} |
- CHECK_EQ(NULL, effect_use); // should have done all cases above. |
+ CHECK(!effect_use); // should have done all cases above. |
} |