summaryrefslogtreecommitdiffstats
path: root/tests/auto/symbols
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2010-11-04 09:20:27 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2010-11-04 09:20:27 (GMT)
commit095f416f806062ab23d82c6907fffac4f862ee3b (patch)
treeabb8d31e4010df303dff5ea7add0aab85c17d3b9 /tests/auto/symbols
parent4fc2d7f1b14c26d10968c99dd296e056a2beed4d (diff)
downloadQt-095f416f806062ab23d82c6907fffac4f862ee3b.zip
Qt-095f416f806062ab23d82c6907fffac4f862ee3b.tar.gz
Qt-095f416f806062ab23d82c6907fffac4f862ee3b.tar.bz2
Fix tst_symbols auto test
Prefix isLikelyToBeNfs with a "q", even though it's only autotest-exported.
Diffstat (limited to 'tests/auto/symbols')
-rw-r--r--tests/auto/symbols/tst_symbols.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/symbols/tst_symbols.cpp b/tests/auto/symbols/tst_symbols.cpp
index 28970eb..1572a5f 100644
--- a/tests/auto/symbols/tst_symbols.cpp
+++ b/tests/auto/symbols/tst_symbols.cpp
@@ -443,7 +443,7 @@ void tst_Symbols::prefix()
# if defined(Q_OS_LINUX) && defined(Q_CC_INTEL)
QEXPECT_FAIL("", "linux-icc* incorrectly exports some QtWebkit symbols, waiting for a fix from Intel.", Continue);
# endif
- QVERIFY2(!isFailed, "Libraries contain non-prefixed symbols. See Debug output :)");
+ QVERIFY2(!isFailed, "Libraries contain non-prefixed symbols. See Debug output above.");
#else
QSKIP("Linux-specific test", SkipAll);
#endif