From: Nico Weber Date: Mon, 26 Jan 2015 05:47:24 +0000 (+0000) Subject: Remove -verify from a codegen test that didn't have any expected-foo lines. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03738c63ae27ae30f197a3c9e979d91f430dd168;p=clang Remove -verify from a codegen test that didn't have any expected-foo lines. Makes the error output of the test more readable when it fails. Also allows removing a "not" from the run line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227071 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/const-init-cxx11.cpp b/test/CodeGenCXX/const-init-cxx11.cpp index f671e0ad88..cba54e108d 100644 --- a/test/CodeGenCXX/const-init-cxx11.cpp +++ b/test/CodeGenCXX/const-init-cxx11.cpp @@ -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 {