tests: Replace Q_OS_MACX -> Q_OS_OSX
authorSergio Ahumada <sergio.ahumada@digia.com>
Fri, 18 Oct 2013 17:26:30 +0000 (19:26 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 21 Oct 2013 09:56:22 +0000 (11:56 +0200)
Use the correct identifier for the OS X operating system.

Change-Id: Iff433d312c7c808ddce13466be3db628cf3a9890
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp

index 4379a90..147bdb6 100644 (file)
@@ -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