summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl4.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/pl4.asm')
-rw-r--r--gas/testsuite/gasp/pl4.asm10
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/testsuite/gasp/pl4.asm b/gas/testsuite/gasp/pl4.asm
deleted file mode 100644
index f1dd3e80cd4..00000000000
--- a/gas/testsuite/gasp/pl4.asm
+++ /dev/null
@@ -1,10 +0,0 @@
- .ALTERNATE
-! test of macro substitution around &s
-
-
-foo MACRO a,b
- x&a&b
- ENDM
-
- foo 3 2
- END