From: Chris Lattner Date: Thu, 27 Dec 2007 20:31:56 +0000 (+0000) Subject: no need to verify this, no errors/warnings are expected. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d0747d6be9e563abf8e4e4461e8a6fc13f2cd2d;p=clang no need to verify this, no errors/warnings are expected. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45371 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/string-literal.c b/test/CodeGen/string-literal.c index 525779cea0..8b39dfcdb1 100644 --- a/test/CodeGen/string-literal.c +++ b/test/CodeGen/string-literal.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm -verify %s +// RUN: clang -emit-llvm %s int main() { char a[10] = "abc";