diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/bbjoin.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/bbjoin.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/bbjoin.ll b/llvm/test/DebugInfo/X86/bbjoin.ll index 385cb6cc779..fea749141f7 100644 --- a/llvm/test/DebugInfo/X86/bbjoin.ll +++ b/llvm/test/DebugInfo/X86/bbjoin.ll @@ -1,5 +1,5 @@ ; RUN: llc -mtriple=x86_64-apple-macosx10.9.0 %s -stop-after=livedebugvars \ -; RUN: -o %t.s | FileCheck %s +; RUN: -o %t.s 2>&1 | FileCheck %s ; Generated from: ; void g(int *); ; int f() { |