[PowerPC] Add extended rotate/shift mnemonics
[oota-llvm.git] / test / MC / AsmParser / macros-parsing.s
index cac67aac23241ca5a5f86f25b5248d5b8794da8f..75aaac036ed1080f4217ce88ed3f3f0fda28d4ac 100644 (file)
@@ -1,11 +1,11 @@
-// RUN: not llvm-mc %s 2> %t.err
+// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2> %t.err
 // RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
 
 .macro .test0
 .endmacro
 
 .macros_off
-// CHECK-ERRORS: 9:1: warning: ignoring directive for now
+// CHECK-ERRORS: 9:1: error: unknown directive
 .test0
 .macros_on