summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/string-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/string-2.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/string-2.s7
1 files changed, 0 insertions, 7 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/string-2.s b/binutils-2.17/gas/testsuite/gas/cris/string-2.s
deleted file mode 100644
index 0781c122..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/string-2.s
+++ /dev/null
@@ -1,7 +0,0 @@
-; Test that strings are evaluated as in the manual (slightly modified).
-; FIXME: This should be a generic test.
- .text
-start:
- .ascii "This\0x20is a\040string\x20with a \"newline\" at the 'end'"
- .ascii "Megatroid\n", "AX-Foo\r\n"
-end: