From 900b24a38e9b07250ce900e45fb73a369f6fe62b Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Fri, 13 Nov 2009 17:17:51 +0100 Subject: Fix tst_collections compliation on symbian. RevBy: TrustMe --- tests/auto/collections/tst_collections.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/collections/tst_collections.cpp b/tests/auto/collections/tst_collections.cpp index f97805e..84f466b 100644 --- a/tests/auto/collections/tst_collections.cpp +++ b/tests/auto/collections/tst_collections.cpp @@ -3586,7 +3586,7 @@ void tst_Collections::alignment() #else void tst_Collections::alignment() { - QSKIP("Compiler doesn't support necessary extension keywords", SkipAll) + QSKIP("Compiler doesn't support necessary extension keywords", SkipAll); } #endif -- cgit v0.12