Clang: Fix typo in QSKIP()

Change-Id: Ib672dc89d33f6da2625b8c12c390e8b677189561
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Nikolai Kosjar
2018-05-02 12:27:35 +02:00
parent 70e27bb8ea
commit d7bd9c47e2

View File

@@ -80,7 +80,7 @@ void ClangStaticAnalyzerUnitTests::testProject()
= ToolChainKitInformation::toolChain(KitManager::kits().first(),
Constants::CXX_LANGUAGE_ID);
if (toolchain->typeId() != ProjectExplorer::Constants::MINGW_TOOLCHAIN_TYPEID)
QSKIP("This test is mingw specific, does not run for other toolchais");
QSKIP("This test is mingw specific, does not run for other toolchains");
}
CppTools::Tests::ProjectOpenerAndCloser projectManager;