merge and clean up tests.
[oota-llvm.git] / test / MC / AsmParser / directive_set.s
index ce2649d53bb0289f1f1d00c7b50a42f35ff202e9..f1fc30a85df1426d264ef1a5c8eb8d97ba2294f1 100644 (file)
@@ -1,7 +1,7 @@
-# RUN: llvm-mc %s | FileCheck %s
+# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
 
 # CHECK: TEST0:
-# CHECK: .set a, 0
+# CHECK: a = 0
 TEST0:  
         .set a, 0
-        
\ No newline at end of file
+