Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / MC / AsmParser / directive_set.s
index f1fc30a85df1426d264ef1a5c8eb8d97ba2294f1..69abce0db2ffab0685958631163adb615183f87b 100644 (file)
@@ -5,3 +5,8 @@
 TEST0:  
         .set a, 0
         
+# CHECK: TEST1:
+# CHECK: a = 0
+TEST1:  
+        .equ a, 0
+