Index: test/cctest/compiler/test-typer.cc |
diff --git a/test/cctest/compiler/test-typer.cc b/test/cctest/compiler/test-typer.cc |
index f8aefad18ea21a6f53a5db6511c0e8932b777c78..1f65d7c52a0298e013299c37971d80d780fe36b3 100644 |
--- a/test/cctest/compiler/test-typer.cc |
+++ b/test/cctest/compiler/test-typer.cc |
@@ -172,7 +172,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>()); |
} |