Index: test/cctest/compiler/test-typer.cc |
diff --git a/test/cctest/compiler/test-typer.cc b/test/cctest/compiler/test-typer.cc |
index eb5b9877f6a83c0fc7da625bd70d6b59336df551..ae65840c702d8b05c51f4c91a140982ec4cbc5b3 100644 |
--- a/test/cctest/compiler/test-typer.cc |
+++ b/test/cctest/compiler/test-typer.cc |
@@ -194,7 +194,7 @@ static int32_t bit_xor(int32_t x, int32_t y) { return x ^ y; } |
TEST(TypeJSAdd) { |
TyperTester t; |
- t.TestBinaryArithOp(t.javascript_.Subtract(), std::plus<double>()); |
+ t.TestBinaryArithOp(t.javascript_.Add(), std::plus<double>()); |
} |