diff options
Diffstat (limited to 'lld/test/COFF/resource.test')
| -rw-r--r-- | lld/test/COFF/resource.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/COFF/resource.test b/lld/test/COFF/resource.test index 3e43855774c..7b6090d89f6 100644 --- a/lld/test/COFF/resource.test +++ b/lld/test/COFF/resource.test @@ -1,7 +1,7 @@ # REQUIRES: winres # RUN: yaml2obj < %p/Inputs/ret42.yaml > %t.obj -# RUN: lld -flavor link /out:%t.exe /entry:main %t.obj %p/Inputs/resource.res +# RUN: lld-link /out:%t.exe /entry:main %t.obj %p/Inputs/resource.res # Check if the binary contains UTF-16LE string "Hello" copied from resource.res. # RUN: FileCheck --check-prefix=EXE %s < %t.exe |

