Remove extraneous line from CompareWrapper test
authortitzer@chromium.org <titzer@chromium.org>
Mon, 6 Oct 2014 16:26:25 +0000 (16:26 +0000)
committertitzer@chromium.org <titzer@chromium.org>
Mon, 6 Oct 2014 16:26:25 +0000 (16:26 +0000)
commitf98b7ecd4b0bbb35d0ca5714d30c05c7f2cecb41
treece0b7633d7ea79b5a23c21d1bb5e5c3a9aed5962
parentd0dc7fc4da1f7c1fa13590bb6e3b28b7899b8808
Remove extraneous line from CompareWrapper test

On platforms without TurboFan (PowerPC) the CompareWrapper test was
failing. It appears the line

RawMachineAssemblerTester<int32_t> m;

was causing the issue, and does not appear to be required for the
test to operate correctly. Removing it resolves the crash on non
TurboFan platforms

BUG=
R=titzer@chromium.org

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

Patch from Andrew Low <andrew_low@ca.ibm.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24424 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/cctest/compiler/codegen-tester.cc