diff options
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanager_test.cpp')
-rw-r--r-- | src/plugins/cpptools/cppmodelmanager_test.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/cpptools/cppmodelmanager_test.cpp b/src/plugins/cpptools/cppmodelmanager_test.cpp index e4bce83d1d..0d91e6798b 100644 --- a/src/plugins/cpptools/cppmodelmanager_test.cpp +++ b/src/plugins/cpptools/cppmodelmanager_test.cpp @@ -46,12 +46,6 @@ #include <QFileInfo> #include <QtTest> -#if QT_VERSION >= 0x050000 -#define MSKIP_SINGLE(x) QSKIP(x) -#else -#define MSKIP_SINGLE(x) QSKIP(x, SkipSingle) -#endif - using namespace CppTools::Internal; using namespace ProjectExplorer; @@ -247,7 +241,7 @@ void CppToolsPlugin::test_modelmanager_paths_are_clean() void CppToolsPlugin::test_modelmanager_framework_headers() { if (Utils::HostOsInfo::isWindowsHost()) - MSKIP_SINGLE("Can't resolve framework soft links on Windows."); + QSKIP("Can't resolve framework soft links on Windows."); ModelManagerTestHelper helper; CppModelManager *mm = CppModelManager::instance(); |