aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/Generic/llvmIRMissing.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR/Generic/llvmIRMissing.mir')
-rw-r--r--test/CodeGen/MIR/Generic/llvmIRMissing.mir4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CodeGen/MIR/Generic/llvmIRMissing.mir b/test/CodeGen/MIR/Generic/llvmIRMissing.mir
index 9f361e8d3fe4..419f60be8061 100644
--- a/test/CodeGen/MIR/Generic/llvmIRMissing.mir
+++ b/test/CodeGen/MIR/Generic/llvmIRMissing.mir
@@ -1,9 +1,7 @@
-# RUN: llc -run-pass none -o - %s 2>&1 | FileCheck %s
+# RUN: llc -run-pass none -o - %s | FileCheck %s
# This test ensures that the MIR parser accepts files without the LLVM IR.
---
# CHECK: name: foo
name: foo
-body: |
- bb.0:
...