summaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2021-04-10 12:18:57 +0200
committerIain Buclaw <ibuclaw@gdcproject.org>2021-04-10 15:02:06 +0200
commit2b778748319ffe8434f68d147c168423a1af388d (patch)
tree0a13567673a66b6a0996a870ef06fc6dd6db3ea2 /libphobos
parent38258326dc9e5581e2cd6318ae1b5e675dd00d4a (diff)
downloadgcc-2b778748319ffe8434f68d147c168423a1af388d.tar.gz
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.
Diffstat (limited to 'libphobos')
-rw-r--r--libphobos/testsuite/libphobos.druntime/druntime.exp2
-rw-r--r--libphobos/testsuite/libphobos.phobos/phobos.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libphobos/testsuite/libphobos.druntime/druntime.exp b/libphobos/testsuite/libphobos.druntime/druntime.exp
index 2f3a36f73cf..df01fcc8a23 100644
--- a/libphobos/testsuite/libphobos.druntime/druntime.exp
+++ b/libphobos/testsuite/libphobos.druntime/druntime.exp
@@ -15,7 +15,7 @@
# <http://www.gnu.org/licenses/>.
# Immediately exit if we can't run target executables.
-if { ![isnative] || ![is-effective-target static] } {
+if { ![isnative] } {
return
}
diff --git a/libphobos/testsuite/libphobos.phobos/phobos.exp b/libphobos/testsuite/libphobos.phobos/phobos.exp
index 0975ab1f801..770e5769e3c 100644
--- a/libphobos/testsuite/libphobos.phobos/phobos.exp
+++ b/libphobos/testsuite/libphobos.phobos/phobos.exp
@@ -15,7 +15,7 @@
# <http://www.gnu.org/licenses/>.
# Immediately exit if we can't run target executables.
-if { ![isnative] || ![is-effective-target static] } {
+if { ![isnative] } {
return
}