diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-27 20:31:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-27 20:31:56 +0000 |
commit | 6d0747d6be9e563abf8e4e4461e8a6fc13f2cd2d (patch) | |
tree | 675a5a7f217ebe7661a0cba816ea059012051754 | |
parent | 516bd467c25071b677bf2ec98c84f27294f56801 (diff) |
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
-rw-r--r-- | test/CodeGen/string-literal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |