summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl6.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/pl6.asm')
-rw-r--r--gas/testsuite/gasp/pl6.asm21
1 files changed, 0 insertions, 21 deletions
diff --git a/gas/testsuite/gasp/pl6.asm b/gas/testsuite/gasp/pl6.asm
deleted file mode 100644
index 162d617588c..00000000000
--- a/gas/testsuite/gasp/pl6.asm
+++ /dev/null
@@ -1,21 +0,0 @@
- .ALTERNATE
-! test of expression operator
-define MACRO val, string
- SDATA val
- SDATA string
- ENDM
- define "1","99%of100" ! notice % within string
- define %1 + 2, "=3"
-
-
- define % 1 + 2 %3+4
-
- define %3*4-2 <=10>
-
- define %3*4-2 5
-
- define %1 + 2,<is equal to %1 + 2, right?>
-
- ! has no effect
-
- end