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