summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/test/ELF/conflict.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/conflict.s b/lld/test/ELF/conflict.s
index 93e07e9da20..7598eea3711 100644
--- a/lld/test/ELF/conflict.s
+++ b/lld/test/ELF/conflict.s
@@ -1,9 +1,9 @@
-# REQUIRES: x86
+# REQUIRES: x86, shell
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
# RUN: not ld.lld %t1.o %t1.o -o %t2 2>&1 | FileCheck -check-prefix=DEMANGLE %s
-# DEMANGLE: duplicate symbol: {{mul\(double, double\)|_Z3muldd}} in
+# DEMANGLE: duplicate symbol: mul(double, double) in
# DEMANGLE: duplicate symbol: foo in
# RUN: not ld.lld %t1.o %t1.o -o %t2 --no-demangle 2>&1 | \
OpenPOWER on IntegriCloud