Remove debug output. Sorry for the noise.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 21 Mar 2016 11:44:05 +0000 (11:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 21 Mar 2016 11:44:05 +0000 (11:44 +0000)
llvm-svn: 263936

clang/test/CodeGenCXX/cxx1z-lambda-star-this.cpp

index 981a73e..a7e4aad 100644 (file)
@@ -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 {