Fix test case of llvm-nm using implicit a.out

llvm-svn: 365892
This commit is contained in:
Alex Brachet 2019-07-12 10:44:06 +00:00
parent 75874ca31e
commit 31188d0778
1 changed files with 1 additions and 1 deletions

View File

@ -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