summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/macros/test2.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/macros/test2.s')
-rw-r--r--gas/testsuite/gas/macros/test2.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/gas/testsuite/gas/macros/test2.s b/gas/testsuite/gas/macros/test2.s
deleted file mode 100644
index a21b011cef5..00000000000
--- a/gas/testsuite/gas/macros/test2.s
+++ /dev/null
@@ -1,9 +0,0 @@
- .macro m arg1 arg2 arg3
- .long \arg1
- .ifc ,\arg2\arg3
- .ELSE
- m \arg2,\arg3
- .endif
- .endm
-
- m foo1,foo2,foo3