diff options
author | Adam Moss <moss@lindenlab.com> | 2009-10-15 16:59:54 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-10-15 16:59:54 +0000 |
commit | f31397291b9212701679cd18bbb870ccec3a5732 (patch) | |
tree | be5d280c26b4a376134f97c520617f0217b7293c /indra/test | |
parent | c7df37b5312d60ef5b8b6d41b6c14065cffdb976 (diff) |
DEV-41345 turn llmodularmath_tut into a real llmath unit test.
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/CMakeLists.txt | 1 | ||||
-rw-r--r-- | indra/test/test.cpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index dd11a0bc7e..db78b7b9ec 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -44,7 +44,6 @@ set(test_SOURCE_FILES lliohttpserver_tut.cpp llmime_tut.cpp llmessageconfig_tut.cpp - llmodularmath_tut.cpp llpermissions_tut.cpp llpipeutil.cpp llsaleinfo_tut.cpp 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; |