forked from qt-creator/qt-creator
Clang: Fix typo in QSKIP()
Change-Id: Ib672dc89d33f6da2625b8c12c390e8b677189561 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user