Fix test case.
[oota-llvm.git] / test / FrontendC++ / 2010-02-17-DbgArtificialArg.cpp
index a2273ae60b1d48e6727e5cef2b7a5d4b002e0415..d0a2fe5021112557f9bf11e2c0a5baccbfc99136 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