OSDN Git Service

Fix test case.
authorDevang Patel <dpatel@apple.com>
Wed, 17 Aug 2011 18:48:28 +0000 (18:48 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 17 Aug 2011 18:48:28 +0000 (18:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137847 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC++/2010-02-17-DbgArtificialArg.cpp

index a2273ae..d0a2fe5 100644 (file)
@@ -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