diff options
Diffstat (limited to 'test/CodeGen/MIR/llvmIRMissing.mir')
-rw-r--r-- | test/CodeGen/MIR/llvmIRMissing.mir | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/MIR/llvmIRMissing.mir b/test/CodeGen/MIR/llvmIRMissing.mir index 2acbcd1f9884d..83d846ba44c3f 100644 --- a/test/CodeGen/MIR/llvmIRMissing.mir +++ b/test/CodeGen/MIR/llvmIRMissing.mir @@ -1,5 +1,7 @@ -# RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s +# RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s # This test ensures that the MIR parser accepts files without the LLVM IR. --- +# CHECK: name: foo +name: foo ... |