]> granicus.if.org Git - clang/commitdiff
Fix test added in r211610 so it doesn't race on output file creation.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Jun 2014 17:31:05 +0000 (17:31 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Jun 2014 17:31:05 +0000 (17:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211615 91177308-0d34-0410-b5e6-96231b3b80d8

test/Frontend/optimization-remark.c

index 15b8f360e8d3de151330265584435afffebf7464..a0921086767f0c39626fdabfb3dd814f20ae9537 100644 (file)
@@ -5,7 +5,7 @@
 
 // RUN: %clang_cc1 %s -Rpass=inline -Rpass-analysis=inline -Rpass-missed=inline -O0 -emit-llvm-only -verify
 // RUN: %clang_cc1 %s -DNDEBUG -Rpass=inline -emit-llvm-only -verify
-// RUN: %clang_cc1 %s -Rpass=inline -emit-llvm -o %t 2>/dev/null | FileCheck %s < %t
+// RUN: %clang_cc1 %s -Rpass=inline -emit-llvm -o - 2>/dev/null | FileCheck %s
 
 // -Rpass should produce source location annotations, exclusively (just
 // like -gmlt).