[lld] r368814 - [MinGW] Remove stray/inconsistent comment chars in test file. NFC.

Martin Storsjo via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 02:35:36 PDT 2019


Author: mstorsjo
Date: Wed Aug 14 02:35:36 2019
New Revision: 368814

URL: http://llvm.org/viewvc/llvm-project?rev=368814&view=rev
Log:
[MinGW] Remove stray/inconsistent comment chars in test file. NFC.

Test directives don't need to be in comments in this file.

Modified:
    lld/trunk/test/MinGW/driver.test

Modified: lld/trunk/test/MinGW/driver.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/MinGW/driver.test?rev=368814&r1=368813&r2=368814&view=diff
==============================================================================
--- lld/trunk/test/MinGW/driver.test (original)
+++ lld/trunk/test/MinGW/driver.test Wed Aug 14 02:35:36 2019
@@ -192,14 +192,14 @@ RUN: ld.lld -### -m i386pep foo.o -appco
 RUN: ld.lld -### -m i386pep foo.o --appcontainer | FileCheck -check-prefix APPCONTAINER %s
 APPCONTAINER: -appcontainer
 
-# RUN: ld.lld -m i386pep --version 2>&1 | FileCheck -check-prefix=VERSION %s
-# RUN: ld.lld -m i386pep -v 2>&1 | FileCheck -check-prefix=VERSION %s
-# RUN: not ld.lld -m i386pep -v xyz 2>&1 | FileCheck -check-prefix=VERSION %s
-# VERSION: LLD {{.*}} (compatible with GNU linkers)
+RUN: ld.lld -m i386pep --version 2>&1 | FileCheck -check-prefix=VERSION %s
+RUN: ld.lld -m i386pep -v 2>&1 | FileCheck -check-prefix=VERSION %s
+RUN: not ld.lld -m i386pep -v xyz 2>&1 | FileCheck -check-prefix=VERSION %s
+VERSION: LLD {{.*}} (compatible with GNU linkers)
 
-# RUN: ld.lld -m i386pep --help 2>&1 | FileCheck -check-prefix=HELP %s
-# HELP: USAGE:
-# HELP: --enable-auto-import
+RUN: ld.lld -m i386pep --help 2>&1 | FileCheck -check-prefix=HELP %s
+HELP: USAGE:
+HELP: --enable-auto-import
 
 RUN: ld.lld -### -m i386pep foo.o -delayload user32.dll --delayload shell32.dll | FileCheck -check-prefix DELAYLOAD %s
 RUN: ld.lld -### -m i386pep foo.o -delayload=user32.dll --delayload=shell32.dll | FileCheck -check-prefix DELAYLOAD %s




More information about the llvm-commits mailing list