diff options
Diffstat (limited to 'test/MC/X86/AlignedBundling/switch-section-locked-error.s')
-rw-r--r-- | test/MC/X86/AlignedBundling/switch-section-locked-error.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/X86/AlignedBundling/switch-section-locked-error.s b/test/MC/X86/AlignedBundling/switch-section-locked-error.s index 10304b53ef..af41e19212 100644 --- a/test/MC/X86/AlignedBundling/switch-section-locked-error.s +++ b/test/MC/X86/AlignedBundling/switch-section-locked-error.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - |& FileCheck %s +# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s # This test invokes .bundle_lock and then switches to a different section # w/o the appropriate unlock. |