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";