diff options
Diffstat (limited to 'lld/test/ELF/linkerscript2.s')
| -rw-r--r-- | lld/test/ELF/linkerscript2.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/linkerscript2.s b/lld/test/ELF/linkerscript2.s index f83198f759f..86fb638ee0f 100644 --- a/lld/test/ELF/linkerscript2.s +++ b/lld/test/ELF/linkerscript2.s @@ -4,7 +4,7 @@ # RUN: %p/Inputs/libsearch-dyn.s -o %tdyn.o # RUN: mkdir -p %t.dir # RUN: ld.lld -shared %tdyn.o -o %t.dir/libls.so -# RUN: echo "SEARCH_DIR(" %t.dir ")" > %t.script +# RUN: echo 'SEARCH_DIR("'%t.dir'")' > %t.script # RUN: ld.lld -o %t2 --script %t.script -lls %t .globl _start,_bar |

