Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Fix libphobos.shared testsuite for multilib #767

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libphobos/testsuite/libphobos.shared/shared.exp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if { [is-effective-target dlopen] && [is-effective-target pthread] } {
dg-test "$srcdir/$subdir/host.c" "-ldl -pthread" "$DEFAULT_CFLAGS"

# Test requires a command line argument to be passed to the program.
set libphobos_run_args "$objdir/../src/.libs/libgphobos.so"
set libphobos_run_args "${blddir}/src/.libs/libgphobos.${shlib_ext}"
dg-test "$srcdir/$subdir/loadDR.c" "-ldl -pthread -g" "$DEFAULT_CFLAGS"
set libphobos_run_args ""
}
Expand Down