diff options
Diffstat (limited to 'test/FrontendC/2007-02-16-WritableStrings.c')
-rw-r--r-- | test/FrontendC/2007-02-16-WritableStrings.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/FrontendC/2007-02-16-WritableStrings.c b/test/FrontendC/2007-02-16-WritableStrings.c deleted file mode 100644 index 8fa7f15..0000000 --- a/test/FrontendC/2007-02-16-WritableStrings.c +++ /dev/null @@ -1,7 +0,0 @@ -// Test the -fwritable-strings option. - -// RUN: %llvmgcc -O3 -S -o - -fwritable-strings %s | \ -// RUN: grep {internal unnamed_addr global} -// RUN: %llvmgcc -O3 -S -o - %s | grep {private unnamed_addr constant} - -char *X = "foo"; |