summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/macros/test1.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/macros/test1.s')
-rw-r--r--gas/testsuite/gas/macros/test1.s7
1 files changed, 0 insertions, 7 deletions
diff --git a/gas/testsuite/gas/macros/test1.s b/gas/testsuite/gas/macros/test1.s
deleted file mode 100644
index 988b7cde0d4..00000000000
--- a/gas/testsuite/gas/macros/test1.s
+++ /dev/null
@@ -1,7 +0,0 @@
- .macro m arg1 arg2
- .globl \arg1
- \arg1 = \arg2
- .endm
-
- m s1,1
- m s2,2