aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-05-27 16:49:45 +0200
committerhjk <qtc-committer@nokia.com>2009-05-27 16:50:16 +0200
commit1b1b484184d818fb43c4ff3837b88b0383ccb936 (patch)
treee65a5805d51003bfb17da605d44cdc0533fd225b /tests/benchmarks
parent10a2274bd4ebad7e880339da404cdaada671764c (diff)
qstringbuilder: final version to merge into Qt proper
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/qstringbuilder/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/qstringbuilder/main.cpp b/tests/benchmarks/qstringbuilder/main.cpp
index 6cecfba6b4..cb769257cc 100644
--- a/tests/benchmarks/qstringbuilder/main.cpp
+++ b/tests/benchmarks/qstringbuilder/main.cpp
@@ -275,8 +275,8 @@ private:
int main(int argc, char *argv[])
{
- 42 % 3; // Sanity test, should always work.
-
+ //qDebug() << (QString("xx") * QLatin1String("y")).toString();
+ //42 % 3; // Sanity test, should always work.
//QString("x") % 2; // Sanity test, should only compile when the
// operator%(QString, int) is visible.