diff options
Diffstat (limited to 'lld/test/COFF/linkrepro-res.test')
-rw-r--r-- | lld/test/COFF/linkrepro-res.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/COFF/linkrepro-res.test b/lld/test/COFF/linkrepro-res.test index cf0aa1636ce..aac614ff3aa 100644 --- a/lld/test/COFF/linkrepro-res.test +++ b/lld/test/COFF/linkrepro-res.test @@ -4,7 +4,7 @@ # RUN: mkdir -p %t.dir/build # RUN: cd %t.dir/build # RUN: lld-link %p/Inputs/resource.res /subsystem:console /machine:x64 \ -# RUN: /entry:__ImageBase /linkrepro:. /out:%t.exe +# RUN: /entry:__ImageBase /linkrepro:repro.tar /out:%t.exe # RUN: tar xf repro.tar # RUN: diff %p/Inputs/resource.res repro/%:p/Inputs/resource.res # RUN: FileCheck %s --check-prefix=RSP < repro/response.txt |