summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auto/blackbox/testdata-baremetal/shared-libraries/shared-libraries.qbs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/blackbox/testdata-baremetal/shared-libraries/shared-libraries.qbs b/tests/auto/blackbox/testdata-baremetal/shared-libraries/shared-libraries.qbs
index f55b4d400..fded553f6 100644
--- a/tests/auto/blackbox/testdata-baremetal/shared-libraries/shared-libraries.qbs
+++ b/tests/auto/blackbox/testdata-baremetal/shared-libraries/shared-libraries.qbs
@@ -11,8 +11,6 @@ Project {
if (qbs.toolchainType === "msvc")
return true;
- if (qbs.toolchainType === "gcc")
- return true;
console.info("unsupported toolset: %%"
+ qbs.toolchainType + "%%, %%" + qbs.architecture + "%%");