aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2018-11-16 14:19:39 +0100
committerDavid Schulz <david.schulz@qt.io>2018-11-27 09:42:50 +0000
commitb25ad292d3124f4ec2b369ae0eb111f5e0c442f4 (patch)
treea5235f6be8456933262f3e2a40febf0e875a239d /tests
parent7a0a5cb7f4835b0fac25d59805d962ffd1626b3b (diff)
ProjectExplorer: merge AbstractMsvcToolChain into MsvcToolChain
The abstraction was initially done for the WinCE tool chain. Since we do not support WinCE anymore merge this classes back together. This reduces the maintenance burden, beacause there was no clear line on what functionality belongs in which abstraction layer. Change-Id: I70b75482f83538221789369acea5b8df6d89af75 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 89d54ab1bb..af402f4e8a 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -47,7 +47,7 @@ using namespace Internal;
#ifdef Q_CC_MSVC
-// Copied from abstractmsvctoolchain.cpp to avoid plugin dependency.
+// Copied from msvctoolchain.cpp to avoid plugin dependency.
static bool generateEnvironmentSettings(Utils::Environment &env,
const QString &batchFile,
const QString &batchArgs,