diff options
Diffstat (limited to 'src/testsuite.cpp')
-rw-r--r-- | src/testsuite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testsuite.cpp b/src/testsuite.cpp index 939c64350..14ea7ebed 100644 --- a/src/testsuite.cpp +++ b/src/testsuite.cpp @@ -120,7 +120,7 @@ bool TestSuite::DoThreadTests() } catch (CoreException &ce) { - cout << "Failure: " << ce.GetReason() << endl;s + cout << "Failure: " << ce.GetReason() << endl; } cout << "Type any line and press enter to end test.\n"; |