Prefix failing commands with not to make clear they are expected to fail.
[oota-llvm.git] / test / MC / X86 / AlignedBundling / switch-section-locked-error.s
index af41e19212527abae9702f8ce4b061fe1fb7bd90..a5812fd28ab123da9176cf0d59662890c0ab9933 100644 (file)
@@ -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
 
 # This test invokes .bundle_lock and then switches to a different section
 # w/o the appropriate unlock.