summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-01-14 21:12:58 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-01-15 14:58:54 +0100
commita5f6281f1af6ceb39149661c57e0716235788ed1 (patch)
tree75186919b97576480d7ce4742cafc237296fa8d2 /tests
parent399f8d63ebc9ee245fc0c320dc64bf2a9a6070c3 (diff)
downloadqt-creator-a5f6281f1af6ceb39149661c57e0716235788ed1.tar.gz
improve messages
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/gdbdebugger/simple/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/gdbdebugger/simple/plugin.cpp b/tests/manual/gdbdebugger/simple/plugin.cpp
index 4e02c7f9f7..5e140d5811 100644
--- a/tests/manual/gdbdebugger/simple/plugin.cpp
+++ b/tests/manual/gdbdebugger/simple/plugin.cpp
@@ -39,6 +39,6 @@ extern "C" Q_DECL_EXPORT int pluginTest()
int s = 0;
for (int i = 1; i != 2000; ++i)
s += i;
- fprintf(stderr, "in plugin test");
+ fprintf(stderr, "in plugin test\n");
return s;
}