ARM64: Fix native cctest
authorm.m.capewell@googlemail.com <m.m.capewell@googlemail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 16 May 2014 12:09:42 +0000 (12:09 +0000)
committerm.m.capewell@googlemail.com <m.m.capewell@googlemail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 16 May 2014 12:09:42 +0000 (12:09 +0000)
commitce8dab82f7a9f255cfa0f66d157e6b16c9478752
treeee1009156c767d094f61b664e8beda079c1c8668
parent04043b335212118ba493f6daa385a4f0fcee46a6
ARM64: Fix native cctest

CPUFeatures::Probe has been modified such that it can be called only once, but
the cctests make two calls in native builds: once in VM init, and once in each
test setup. This patch removes the call in the test setup.

BUG=
R=ulan@chromium.org

Review URL: https://codereview.chromium.org/285273003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21337 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/cctest/test-assembler-arm64.cc