Index: test/cctest/wasm/test-run-wasm.cc |
diff --git a/test/cctest/wasm/test-run-wasm.cc b/test/cctest/wasm/test-run-wasm.cc |
index 70d461b62785391181c5b25a7d847ea75d70ac2e..771e049b1fde26b231a4265b21ae421ecd339f63 100644 |
--- a/test/cctest/wasm/test-run-wasm.cc |
+++ b/test/cctest/wasm/test-run-wasm.cc |
@@ -2631,8 +2631,7 @@ TEST(Run_Wasm_F64Max) { |
} |
// TODO(ahaas): Fix on arm and mips and reenable. |
-#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64 && !V8_TARGET_ARCH_MIPS && \ |
- !V8_TARGET_ARCH_MIPS64 |
+#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_MIPS64 |
TEST(Run_Wasm_F32Min_Snan) { |
// Test that the instruction does not return a signalling NaN. |