libphobos: Remove is-effective-target static from druntime and phobos tests

This test isn't compiling with `-static', it's there to verify that the
libphobos is functional when linked in statically.

libphobos/ChangeLog:

	* testsuite/libphobos.druntime/druntime.exp: Remove
	is-effective-target static.
	* testsuite/libphobos.phobos/phobos.exp: Likewise.
This commit is contained in:
Iain Buclaw 2021-04-10 12:18:57 +02:00
parent 38258326dc
commit 2b77874831
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
# <http://www.gnu.org/licenses/>. # <http://www.gnu.org/licenses/>.
# Immediately exit if we can't run target executables. # Immediately exit if we can't run target executables.
if { ![isnative] || ![is-effective-target static] } { if { ![isnative] } {
return return
} }

View File

@ -15,7 +15,7 @@
# <http://www.gnu.org/licenses/>. # <http://www.gnu.org/licenses/>.
# Immediately exit if we can't run target executables. # Immediately exit if we can't run target executables.
if { ![isnative] || ![is-effective-target static] } { if { ![isnative] } {
return return
} }