summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl7.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/pl7.asm')
-rw-r--r--gas/testsuite/gasp/pl7.asm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gas/testsuite/gasp/pl7.asm b/gas/testsuite/gasp/pl7.asm
deleted file mode 100644
index 58a40afe101..00000000000
--- a/gas/testsuite/gasp/pl7.asm
+++ /dev/null
@@ -1,12 +0,0 @@
- .ALTERNATE
-! test of string operators
-define MACRO str1,str2
- SDATA str1
- SDATA "str2"
-ENDM
- define one" way to get "spaces,0
- define "lot's! of <special>,chars%", 0
-
-
-
-