r263936 - Remove debug output. Sorry for the noise.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 21 04:44:06 PDT 2016


Author: chapuni
Date: Mon Mar 21 06:44:05 2016
New Revision: 263936

URL: http://llvm.org/viewvc/llvm-project?rev=263936&view=rev
Log:
Remove debug output. Sorry for the noise.

Modified:
    cfe/trunk/test/CodeGenCXX/cxx1z-lambda-star-this.cpp

Modified: cfe/trunk/test/CodeGenCXX/cxx1z-lambda-star-this.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/cxx1z-lambda-star-this.cpp?rev=263936&r1=263935&r2=263936&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/cxx1z-lambda-star-this.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/cxx1z-lambda-star-this.cpp Mon Mar 21 06:44:05 2016
@@ -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 {




More information about the cfe-commits mailing list