[ELF][test] Fix dynamic-linker.s
authorFangrui Song <maskray@google.com>
Thu, 26 Dec 2019 21:44:31 +0000 (13:44 -0800)
committerFangrui Song <maskray@google.com>
Thu, 26 Dec 2019 21:44:52 +0000 (13:44 -0800)
lld/test/ELF/dynamic-linker.s

index b5e9f5f..4d1dab4 100644 (file)
@@ -1,10 +1,10 @@
 # REQUIRES: x86
 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
 
-# RUN: ld.lld --dynamic-linker foo %t.o %t.so -o %t
+# RUN: ld.lld --dynamic-linker foo %t.o -o %t
 # RUN: llvm-readelf --program-headers --section-headers %t | FileCheck --implicit-check-not=.bss %s
 
-# RUN: ld.lld --dynamic-linker=foo %t.o %t.so -o %t
+# RUN: ld.lld --dynamic-linker=foo %t.o -o %t
 # RUN: llvm-readelf --program-headers --section-headers %t | FileCheck --implicit-check-not=.bss %s
 
 # CHECK: [Requesting program interpreter: foo]