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