diff options
Diffstat (limited to 'indra/test/test.cpp')
-rw-r--r-- | indra/test/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp index 94766a0ba2..c2e0a11156 100644 --- a/indra/test/test.cpp +++ b/indra/test/test.cpp @@ -147,7 +147,7 @@ private: stream << "\tPassed Tests:\t" << mPassedTests; if (mPassedTests == mTotalTests) { - stream << "\t\\o/ yay!!"; + stream << "\tYAY!! \\o/"; } stream << std::endl; |