| Index: test/cctest/compiler/test-simplified-lowering.cc
|
| diff --git a/test/cctest/compiler/test-simplified-lowering.cc b/test/cctest/compiler/test-simplified-lowering.cc
|
| index eb730cf3f271b4519ea01c45e2e1c1cde38059b2..9242248d6074cc48a064296a3b87604000456a1c 100644
|
| --- a/test/cctest/compiler/test-simplified-lowering.cc
|
| +++ b/test/cctest/compiler/test-simplified-lowering.cc
|
| @@ -661,7 +661,7 @@ TEST(RunAccessTests_Smi) {
|
| RunAccessTest<Smi*>(kMachAnyTagged, data, arraysize(data));
|
| }
|
|
|
| -
|
| +#if V8_TURBOFAN_TARGET
|
| TEST(RunAllocate) {
|
| PretenureFlag flag[] = {NOT_TENURED, TENURED};
|
|
|
| @@ -685,7 +685,7 @@ TEST(RunAllocate) {
|
| }
|
| }
|
| }
|
| -
|
| +#endif
|
|
|
| // Fills in most of the nodes of the graph in order to make tests shorter.
|
| class TestingGraph : public HandleAndZoneScope, public GraphAndBuilders {
|
|
|