diff options
Diffstat (limited to 'test/COFF/icf-associative.test')
-rw-r--r-- | test/COFF/icf-associative.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/COFF/icf-associative.test b/test/COFF/icf-associative.test index bfaeabb4d41a..3b2aa5de41b1 100644 --- a/test/COFF/icf-associative.test +++ b/test/COFF/icf-associative.test @@ -1,5 +1,5 @@ # RUN: yaml2obj < %s > %t.obj -# RUN: lld-link /entry:foo /out:%t.exe /subsystem:console /include:bar \ +# RUN: lld-link /opt:icf /entry:foo /out:%t.exe /subsystem:console /include:bar \ # RUN: /debug /verbose %t.obj > %t.log 2>&1 # RUN: FileCheck %s < %t.log |