summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/init_array.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/elf/init_array.test')
-rw-r--r--lld/test/elf/init_array.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/init_array.test b/lld/test/elf/init_array.test
index 41f69142020..f7f48445621 100644
--- a/lld/test/elf/init_array.test
+++ b/lld/test/elf/init_array.test
@@ -17,7 +17,7 @@
# specially for C++ global constructors).
#RUN: yaml2obj -format=elf %s -o=%t.o
-#RUN: lld -flavor gnu -target x86_64 %t.o -o %t -e=main
+#RUN: lld -flavor old-gnu -target x86_64 %t.o -o %t -e=main
#RUN: llvm-objdump -t -section-headers %t | FileCheck %s
#CHECK: .init_array {{[0-9]+}} [[ADDR:[0-9]+]]
OpenPOWER on IntegriCloud