summaryrefslogtreecommitdiffstats
path: root/lld/test/COFF/entry-inference.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/COFF/entry-inference.test')
-rw-r--r--lld/test/COFF/entry-inference.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/lld/test/COFF/entry-inference.test b/lld/test/COFF/entry-inference.test
index 382ed9d906b..2063f28edc7 100644
--- a/lld/test/COFF/entry-inference.test
+++ b/lld/test/COFF/entry-inference.test
@@ -1,17 +1,17 @@
# RUN: sed -e s/ENTRYNAME/main/ %s | yaml2obj > %t.obj
-# RUN: not lld -flavor link /out:%t.exe %t.obj > %t.log 2>&1
+# RUN: not lld-link /out:%t.exe %t.obj > %t.log 2>&1
# RUN: FileCheck -check-prefix=MAIN %s < %t.log
# RUN: sed s/ENTRYNAME/wmain/ %s | yaml2obj > %t.obj
-# RUN: not lld -flavor link /out:%t.exe %t.obj > %t.log 2>&1
+# RUN: not lld-link /out:%t.exe %t.obj > %t.log 2>&1
# RUN: FileCheck -check-prefix=WMAIN %s < %t.log
# RUN: sed s/ENTRYNAME/WinMain/ %s | yaml2obj > %t.obj
-# RUN: not lld -flavor link /out:%t.exe %t.obj > %t.log 2>&1
+# RUN: not lld-link /out:%t.exe %t.obj > %t.log 2>&1
# RUN: FileCheck -check-prefix=WINMAIN %s < %t.log
# RUN: sed s/ENTRYNAME/wWinMain/ %s | yaml2obj > %t.obj
-# RUN: not lld -flavor link /out:%t.exe %t.obj > %t.log 2>&1
+# RUN: not lld-link /out:%t.exe %t.obj > %t.log 2>&1
# RUN: FileCheck -check-prefix=WWINMAIN %s < %t.log
# MAIN: <root>: undefined symbol: mainCRTStartup
OpenPOWER on IntegriCloud