]> granicus.if.org Git - clang/commitdiff
no need to verify this, no errors/warnings are expected.
authorChris Lattner <sabre@nondot.org>
Thu, 27 Dec 2007 20:31:56 +0000 (20:31 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Dec 2007 20:31:56 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45371 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/string-literal.c

index 525779cea0cf31bf22fca8b436c73aab81406b06..8b39dfcdb1d598a8362389335aba733188577430 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -verify %s
+// RUN: clang -emit-llvm %s
 
 int main() {
   char a[10] = "abc";