diff options
Diffstat (limited to 'test/MC/X86/AlignedBundling/lock-without-bundle-mode-error.s')
-rw-r--r-- | test/MC/X86/AlignedBundling/lock-without-bundle-mode-error.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/X86/AlignedBundling/lock-without-bundle-mode-error.s b/test/MC/X86/AlignedBundling/lock-without-bundle-mode-error.s index d45a9b4..2f71654 100644 --- a/test/MC/X86/AlignedBundling/lock-without-bundle-mode-error.s +++ b/test/MC/X86/AlignedBundling/lock-without-bundle-mode-error.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s +# RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s # .bundle_lock can't come without a .bundle_align_mode before it |