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