diff options
Diffstat (limited to 'gas/testsuite/gasp/pl5.asm')
-rw-r--r-- | gas/testsuite/gasp/pl5.asm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gas/testsuite/gasp/pl5.asm b/gas/testsuite/gasp/pl5.asm deleted file mode 100644 index 16b999b1fd4..00000000000 --- a/gas/testsuite/gasp/pl5.asm +++ /dev/null @@ -1,15 +0,0 @@ -! test of literal text operator - .ALTERNATE -foop MACRO str1,str2 - SDATA "str1" - SDATA str2 - ENDM - - - - foop this< is a <string> with angle brackets> - foop this< is a string with spaces> - foop this < is a string with a !>> - - - END |