summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/assign.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/assign.asm')
-rw-r--r--gas/testsuite/gasp/assign.asm13
1 files changed, 0 insertions, 13 deletions
diff --git a/gas/testsuite/gasp/assign.asm b/gas/testsuite/gasp/assign.asm
deleted file mode 100644
index 7f66718468d..00000000000
--- a/gas/testsuite/gasp/assign.asm
+++ /dev/null
@@ -1,13 +0,0 @@
-
-foo: .ASSIGNC "hello"
-BAR: .ASSIGNA 12+34
-
- \&foo'foo
- \&foo\&foo\&foo
- \&foo \&foo \&foo
- \&BAR\&bar\&BAR
-
-
-
-
- .END