aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/patchpoint-verifiable.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/patchpoint-verifiable.mir')
-rw-r--r--test/CodeGen/X86/patchpoint-verifiable.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/patchpoint-verifiable.mir b/test/CodeGen/X86/patchpoint-verifiable.mir
index 300ecaf002f2..c108473a1824 100644
--- a/test/CodeGen/X86/patchpoint-verifiable.mir
+++ b/test/CodeGen/X86/patchpoint-verifiable.mir
@@ -1,4 +1,4 @@
-# RUN: llc -mtriple=x86_64-apple-darwin -stop-after branch-folder -start-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
+# RUN: llc -mtriple=x86_64-apple-darwin -stop-after branch-folder -start-after branch-folder -o - %s | FileCheck %s
# This test verifies that the machine verifier won't report an error when
# verifying the PATCHPOINT instruction.