summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/crash1.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/crash1.asm')
-rw-r--r--gas/testsuite/gasp/crash1.asm13
1 files changed, 0 insertions, 13 deletions
diff --git a/gas/testsuite/gasp/crash1.asm b/gas/testsuite/gasp/crash1.asm
deleted file mode 100644
index d2b6b3082e6..00000000000
--- a/gas/testsuite/gasp/crash1.asm
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
- .MACRO foo a b c=a
- \a \b \c \d
- .ENDM
-
- foo 1 2
- foo 1 2 3 4
- foo 1
- foo
-
-
- .END