diff options
author | Liang Qi <liang.qi@nokia.com> | 2009-11-13 16:17:51 (GMT) |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2009-11-13 16:17:51 (GMT) |
commit | 900b24a38e9b07250ce900e45fb73a369f6fe62b (patch) | |
tree | 63c5ff0677e7806c17aa9dbc90ea1d27e6e0beb4 /tests/auto/collections | |
parent | 57e2d478c47544c553d2a12237fa30b2c859536b (diff) | |
download | Qt-900b24a38e9b07250ce900e45fb73a369f6fe62b.zip Qt-900b24a38e9b07250ce900e45fb73a369f6fe62b.tar.gz Qt-900b24a38e9b07250ce900e45fb73a369f6fe62b.tar.bz2 |
Fix tst_collections compliation on symbian.
RevBy: TrustMe
Diffstat (limited to 'tests/auto/collections')
-rw-r--r-- | tests/auto/collections/tst_collections.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |