aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-08-17 18:48:28 +0000
committerDevang Patel <dpatel@apple.com>2011-08-17 18:48:28 +0000
commitcbfadfc4b3bf95b25894dec54bce4028d24f619d (patch)
tree4d8d54754e60b7e51994ebe165606143163259b3 /test/FrontendC++
parent4be7fb0742ec00c865ef34ce0e4c641bb734ebd6 (diff)
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137847 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/2010-02-17-DbgArtificialArg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp b/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
index a2273ae60b..d0a2fe5021 100644
--- a/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
+++ b/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp
@@ -1,4 +1,5 @@
-// RUN: %llvmgcc -g -S %s -dA -fverbose-asm -o - | %llc -asm-verbose | FileCheck %s
+// RUN: %llvmgcc -g -S %s -dA -fverbose-asm -o %t
+// RUN: llc -asm-verbose < %t | FileCheck %s
// Test to artificial attribute attahed to "this" pointer type.
// Radar 7655792 and 7655002