Remove -verify from a codegen test that didn't have any expected-foo lines.
authorNico Weber <nicolasweber@gmx.de>
Mon, 26 Jan 2015 05:47:24 +0000 (05:47 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 26 Jan 2015 05:47:24 +0000 (05:47 +0000)
Makes the error output of the test more readable when it fails. Also allows
removing a "not" from the run line.

llvm-svn: 227071

clang/test/CodeGenCXX/const-init-cxx11.cpp

index f671e0a..cba54e1 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: not %clang_cc1 -verify -triple x86_64-apple-darwin -emit-llvm -o - %s -std=c++11 | FileCheck %s
+// RUN: %clang_cc1 -w -triple x86_64-apple-darwin -emit-llvm -o - %s -std=c++11 | FileCheck %s
 
 // FIXME: The padding in all these objects should be zero-initialized.
 namespace StructUnion {