Remove the dependency to 'test' command.

llvm-svn: 248849
This commit is contained in:
Rui Ueyama 2015-09-29 23:13:40 +00:00
parent a0abcfd8e7
commit 85bbe0c46b
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
# RUN: mkdir -p %t.dir
# RUN: cd %t.dir
# RUN: rm -f a.out
# RUN: not test -e a.out
# RUN: not llvm-readobj a.out > /dev/null 2>&1
# RUN: lld -flavor gnu2 %t
# RUN: test -e a.out
# RUN: llvm-readobj a.out > /dev/null 2>&1
.globl _start;
_start: