diff options
-rw-r--r-- | lld/test/wasm/gc-sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/gc-sections.ll b/lld/test/wasm/gc-sections.ll index d632871629d..bc65d42dab1 100644 --- a/lld/test/wasm/gc-sections.ll +++ b/lld/test/wasm/gc-sections.ll @@ -101,4 +101,4 @@ entry: ; NO-GC-NEXT: ... ; RUN: not lld -flavor wasm --gc-sections --relocatable -o %t1.no-gc.wasm %t.o 2>&1 | FileCheck %s -check-prefix=CHECK-ERROR -; CHECK-ERROR: lld: error: -r and --gc-sections may not be used together +; CHECK-ERROR: lld{{.*}}: error: -r and --gc-sections may not be used together |