Add MLA alias for ARMv4 support.
[oota-llvm.git] / test / MC / AsmParser / align_invalid.s
index 0d06d9423cedbb1a3f14c9023f0ad960a8326881..7ffbed42635aa61450d6f93325a7ce9fe2dd7fbf 100644 (file)
@@ -1,5 +1,5 @@
-# RUN: llvm-mc -triple i386-linux-gnu < %s 2>&1 | FileCheck %s -check-prefix=ELF
-# RUN: llvm-mc -triple i386-apple-darwin < %s 2>&1 | FileCheck %s -check-prefix=DARWIN
+# RUN: not llvm-mc -triple i386-linux-gnu < %s 2>&1 | FileCheck %s -check-prefix=ELF
+# RUN: not llvm-mc -triple i386-apple-darwin < %s 2>&1 | FileCheck %s -check-prefix=DARWIN
 
 .align 3
 # ELF: error: alignment must be a power of 2