diff options
Diffstat (limited to 'test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s')
-rw-r--r-- | test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s b/test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s index 685fcc129a..1892e15850 100644 --- a/test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s +++ b/test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o - |& FileCheck %s +# RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s # Just a simple test for the assembly emitter - making sure it emits back the # bundling directives. |