summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/conflict.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/wasm/conflict.test')
-rw-r--r--lld/test/wasm/conflict.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/conflict.test b/lld/test/wasm/conflict.test
index c8698027f1d..9adc92ed1ed 100644
--- a/lld/test/wasm/conflict.test
+++ b/lld/test/wasm/conflict.test
@@ -1,5 +1,5 @@
# RUN: llc -filetype=obj %p/Inputs/ret32.ll -o %t.ret32.o
-# RUN: not wasm-ld --check-signatures -o %t.wasm %t.ret32.o %t.ret32.o 2>&1 | FileCheck %s
+# RUN: not wasm-ld -o %t.wasm %t.ret32.o %t.ret32.o 2>&1 | FileCheck %s
# CHECK: duplicate symbol: ret32
# CHECK-NEXT: >>> defined in {{.*}}conflict.test.tmp.ret32.o
OpenPOWER on IntegriCloud