Chromium Code Reviews| Index: test/cctest/test-compiler.cc |
| diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc |
| index 2d913715e1e25f914946e5541ad06b885ea7eb2b..d5cae22a8cc4fe7d868f8d8ccfdfa7fc3da86fa5 100644 |
| --- a/test/cctest/test-compiler.cc |
| +++ b/test/cctest/test-compiler.cc |
| @@ -238,7 +238,7 @@ TEST(C2JSFrames) { |
| Execution::Call(isolate, |
| Handle<JSFunction>::cast(fun1), |
| global, |
| - ARRAY_SIZE(argv), |
| + arraysize(argv), |
| argv).Check(); |
| } |