Index: test/cctest/compiler/test-run-jscalls.cc |
diff --git a/test/cctest/compiler/test-run-jscalls.cc b/test/cctest/compiler/test-run-jscalls.cc |
index 43ab38b8c2070a74fd91573b4d78d7909041853c..a622af8995bda44cacde9f173859de1b6fa06e92 100644 |
--- a/test/cctest/compiler/test-run-jscalls.cc |
+++ b/test/cctest/compiler/test-run-jscalls.cc |
@@ -158,7 +158,7 @@ |
TEST(RuntimeCallJS) { |
FLAG_allow_natives_syntax = true; |
- FunctionTester T("(function(a) { return %ToString(a); })"); |
+ FunctionTester T("(function(a) { return %$toString(a); })"); |
T.CheckCall(T.Val("23"), T.Val(23), T.undefined()); |
T.CheckCall(T.Val("4.2"), T.Val(4.2), T.undefined()); |