diff options
| author | Devang Patel <dpatel@apple.com> | 2011-08-17 18:48:28 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2011-08-17 18:48:28 +0000 |
| commit | 35ea5cfd46ef17a3486d75395200df81c798ed12 (patch) | |
| tree | fb0140a252553586f2cb88f81fe9b3c435089aa7 | |
| parent | ae2848ed69a7000d12314005c320079ad692d83a (diff) | |
| download | bcm5719-llvm-35ea5cfd46ef17a3486d75395200df81c798ed12.tar.gz bcm5719-llvm-35ea5cfd46ef17a3486d75395200df81c798ed12.zip | |
Fix test case.
llvm-svn: 137847
| -rw-r--r-- | llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp b/llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp index a2273ae60b1..d0a2fe50211 100644 --- a/llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp +++ b/llvm/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 |

