Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / MC / AsmParser / macros-parsing.s
index ad195053eb8e6d9738a8b32bd48a1a0051ffe822..65f64546cc130925758e9f19400fe31cf998d008 100644 (file)
@@ -1,4 +1,4 @@
-// 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
@@ -8,7 +8,7 @@
 // CHECK-ERRORS: 9:1: warning: ignoring directive for now
 .test0
 .macros_on
-// CHECK-ERRORS: 12:1: error: macros are not yet supported
+
 .test0
 
 // CHECK-ERRORS: macro '.test0' is already defined