[wasm] Fix wasm lld test on Windows, where the executable name ends in .exe

llvm-svn: 327560
This commit is contained in:
Reid Kleckner 2018-03-14 19:49:57 +00:00
parent 850b610cc5
commit 36f678b48a
1 changed files with 1 additions and 1 deletions

View File

@ -95,4 +95,4 @@ entry:
; NO-GC-NEXT: ...
; RUN: not wasm-ld --gc-sections --relocatable -o %t1.no-gc.wasm %t.o 2>&1 | FileCheck %s -check-prefix=CHECK-ERROR
; CHECK-ERROR: wasm-ld: error: -r and --gc-sections may not be used together
; CHECK-ERROR: error: -r and --gc-sections may not be used together