From 19d6806716946081bc08169d3f702acf33560a89 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 18 Oct 2013 19:26:30 +0200 Subject: tests: Replace Q_OS_MACX -> Q_OS_OSX Use the correct identifier for the OS X operating system. Change-Id: Iff433d312c7c808ddce13466be3db628cf3a9890 Reviewed-by: Jake Petroules Reviewed-by: Eike Ziller --- tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qml/qqmlmoduleplugin') diff --git a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp index 4379a90d47..147bdb6ffb 100644 --- a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp +++ b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp @@ -208,7 +208,7 @@ void tst_qqmlmoduleplugin::incorrectPluginCase() QString expectedError = QLatin1String("module \"com.nokia.WrongCase\" plugin \"PluGin\" not found"); #endif -#ifdef Q_OS_MACX +#ifdef Q_OS_OSX if (QSysInfo::MacintoshVersion == QSysInfo::MV_10_8) QEXPECT_FAIL("", "See QTBUG-32652", Continue); #endif -- cgit v1.2.3