aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/charset/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/charset/string.c')
-rw-r--r--gcc/testsuite/gcc.dg/charset/string.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/testsuite/gcc.dg/charset/string.c b/gcc/testsuite/gcc.dg/charset/string.c
deleted file mode 100644
index 375e28a2ed6..00000000000
--- a/gcc/testsuite/gcc.dg/charset/string.c
+++ /dev/null
@@ -1,5 +0,0 @@
-/* Simple character translation test. */
-/* { dg-do compile }
- { dg-require-iconv "IBM-1047" }
- { dg-final { scan-assembler-not "string foobar" } } */
-char *foo = "string foobar";