summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2009-11-13 17:17:51 +0100
committerLiang Qi <liang.qi@nokia.com>2009-11-13 17:17:51 +0100
commit900b24a38e9b07250ce900e45fb73a369f6fe62b (patch)
tree63c5ff0677e7806c17aa9dbc90ea1d27e6e0beb4 /tests
parent57e2d478c47544c553d2a12237fa30b2c859536b (diff)
Fix tst_collections compliation on symbian.
RevBy: TrustMe
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/collections/tst_collections.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/collections/tst_collections.cpp b/tests/auto/collections/tst_collections.cpp
index f97805edae..84f466be93 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