commit | 6d0747d6be9e563abf8e4e4461e8a6fc13f2cd2d | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Dec 27 20:31:56 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Dec 27 20:31:56 2007 +0000 |
tree | 675a5a7f217ebe7661a0cba816ea059012051754 | |
parent | 516bd467c25071b677bf2ec98c84f27294f56801 [diff] [blame] |
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 525779c..8b39dfc 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";