Index: test/compiler-unittests/instruction-selector-unittest.cc |
diff --git a/test/compiler-unittests/instruction-selector-unittest.cc b/test/compiler-unittests/instruction-selector-unittest.cc |
index 7641d3a247b9814250a21e322580f0e28c894edd..1cf46f8728717d01f73d615ac72dfc930529a1d6 100644 |
--- a/test/compiler-unittests/instruction-selector-unittest.cc |
+++ b/test/compiler-unittests/instruction-selector-unittest.cc |
@@ -316,7 +316,7 @@ TARGET_TEST_F(InstructionSelectorTest, ValueEffect) { |
// ----------------------------------------------------------------------------- |
// Calls with deoptimization. |
-TEST_F(InstructionSelectorTest, CallJSFunctionWithDeopt) { |
+TARGET_TEST_F(InstructionSelectorTest, CallJSFunctionWithDeopt) { |
StreamBuilder m(this, kMachAnyTagged, kMachAnyTagged, kMachAnyTagged); |
BailoutId bailout_id(42); |
@@ -360,7 +360,7 @@ TEST_F(InstructionSelectorTest, CallJSFunctionWithDeopt) { |
} |
-TEST_F(InstructionSelectorTest, CallFunctionStubWithDeopt) { |
+TARGET_TEST_F(InstructionSelectorTest, CallFunctionStubWithDeopt) { |
StreamBuilder m(this, kMachAnyTagged, kMachAnyTagged, kMachAnyTagged, |
kMachAnyTagged); |