summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-07-30 13:33:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-30 17:21:50 +0200
commit587d832f715771b80e31f35372efc60f09316d55 (patch)
treef1acfe3d7c1534d321418f94694f470d8f4b4479 /tests
parent8530095108df75256c5fe26cb7ddaa25368b4d1a (diff)
Sun CC 5.10 supports Template-Template Parameters
See http://www.oracle.com/technetwork/systems/cccompare-137792.html Task-number: QTBUG-18879 Change-Id: Icb08771527a718c1ce4f0919116c3834cf979be4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/collections/tst_collections.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/collections/tst_collections.cpp b/tests/auto/collections/tst_collections.cpp
index fff0409cca..7045df7cab 100644
--- a/tests/auto/collections/tst_collections.cpp
+++ b/tests/auto/collections/tst_collections.cpp
@@ -3698,6 +3698,8 @@ void tst_Collections::QTBUG13079_collectionInsideCollection()
QTBUG13079_collectionInsidePtrImpl<QSharedPointer>();
QTBUG13079_collectionInsidePtrImpl<QExplicitlySharedDataPointer>();
QTBUG13079_collectionInsidePtrImpl<QSharedDataPointer>();
+#else
+ QSKIP("Template-Template Parameters are not supported", SkipAll);
#endif
}