[MinGW] Remove stray/inconsistent comment chars in test file. NFC.
authorMartin Storsjo <martin@martin.st>
Wed, 14 Aug 2019 09:35:36 +0000 (09:35 +0000)
committerMartin Storsjo <martin@martin.st>
Wed, 14 Aug 2019 09:35:36 +0000 (09:35 +0000)
Test directives don't need to be in comments in this file.

llvm-svn: 368814

lld/test/MinGW/driver.test

index b8bc2dd..00c850e 100644 (file)
@@ -192,14 +192,14 @@ RUN: ld.lld -### -m i386pep foo.o -appcontainer | FileCheck -check-prefix APPCON
 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 --help 2>&1 | FileCheck -check-prefix=HELP %s
-HELP: USAGE:
-HELP: --enable-auto-import
+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 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