summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/blackbox/tst_blackboxbaremetal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/tst_blackboxbaremetal.cpp b/tests/auto/blackbox/tst_blackboxbaremetal.cpp
index 50be987a2..969de6299 100644
--- a/tests/auto/blackbox/tst_blackboxbaremetal.cpp
+++ b/tests/auto/blackbox/tst_blackboxbaremetal.cpp
@@ -59,7 +59,7 @@ static QByteArray unsupportedToolsetMessage(const QByteArray &output)
static QString linkerMapFileExtension(const QByteArray &toolchain, const QByteArray &architecture)
{
if (toolchain == "keil") {
- if (architecture == "mcs51" || architecture == "mcs251")
+ if (architecture == "mcs51")
return QStringLiteral(".m51");
if (architecture == "c166")
return QStringLiteral(".m66");