Fix test now that --reproduce takes a full filename.

llvm-svn: 291261
This commit is contained in:
Rafael Espindola 2017-01-06 18:55:37 +00:00
parent 4c31a209df
commit 4b9610ba28
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
# RUN: mkdir -p %t.dir/build
# RUN: llvm-mc %s -o %t.dir/build/foo.o -filetype=obj -triple=x86_64-pc-linux
# RUN: cd %t.dir
# RUN: ld.lld build/foo.o --reproduce repro
# RUN: ld.lld build/foo.o --reproduce repro.tar
# RUN: tar -O -x -f repro.tar repro/response.txt | FileCheck %s
# CHECK: {{.*}}/build/foo.o