]> granicus.if.org Git - clang/commitdiff
Fix typo in writable string test
authorOliver Hunt <oliver@apple.com>
Wed, 28 Nov 2007 06:52:03 +0000 (06:52 +0000)
committerOliver Hunt <oliver@apple.com>
Wed, 28 Nov 2007 06:52:03 +0000 (06:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44398 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/writable-strings.c

index 64b2492936e83eb18474aaa72e646fcd3cbd2476..36cb9b58147da1cb3fc4e8b756f7e3297a9c5e73 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -fwritable-string %s
+// RUN: clang -emit-llvm -fwritable-strings %s
 
 int main() {
     char *str = "abc";