forked from OSchip/llvm-project
Fix test case of llvm-nm using implicit a.out
llvm-svn: 365892
This commit is contained in:
parent
75874ca31e
commit
31188d0778
|
@ -358,7 +358,7 @@ Symbols:
|
|||
# RUN: mkdir -p %t
|
||||
# RUN: cd %t
|
||||
# RUN: cp %p/Inputs/trivial-object-test.macho-i386 a.out
|
||||
# RUN: llvm-nm | FileCheck %s -check-prefix A-OUT
|
||||
# RUN: llvm-nm a.out | FileCheck %s -check-prefix A-OUT
|
||||
|
||||
# A-OUT: U _SomeOtherFunction
|
||||
# A-OUT: 00000000 T _main
|
||||
|
|
Loading…
Reference in New Issue