From: NAKAMURA Takumi Date: Mon, 21 Mar 2016 11:44:05 +0000 (+0000) Subject: Remove debug output. Sorry for the noise. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3104137223ba0d0cd4cf633c9a1f2a17908cd3bc;p=clang Remove debug output. Sorry for the noise. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263936 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/cxx1z-lambda-star-this.cpp b/test/CodeGenCXX/cxx1z-lambda-star-this.cpp index 981a73efd3..a7e4aadbd5 100644 --- a/test/CodeGenCXX/cxx1z-lambda-star-this.cpp +++ b/test/CodeGenCXX/cxx1z-lambda-star-this.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++1y -triple i686-pc-windows-msvc -emit-llvm %s -o - | tee /tmp/__.bak | FileCheck %s +// RUN: %clang_cc1 -std=c++1y -triple i686-pc-windows-msvc -emit-llvm %s -o - | FileCheck %s //CHECK: %[[A_LAMBDA:.*]] = type { %struct.A } //CHECK: %[[B_LAMBDA:.*]] = type { %struct.B* } struct A {