diff options
author | Oz Linden <oz@lindenlab.com> | 2018-10-16 16:18:31 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-10-16 16:18:31 -0400 |
commit | 00a839d66590de1204af5fa295f66abcff87e477 (patch) | |
tree | 967e27a1416a6894903eb24c7f8be337b33f33af /indra | |
parent | d87cc1859f3f96b98a627fdc674e297e78438681 (diff) |
renumber the new test to replace the one that was removed
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/tests/llerror_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llerror_test.cpp b/indra/llcommon/tests/llerror_test.cpp index bd0357e4bf..e7084fffc6 100644 --- a/indra/llcommon/tests/llerror_test.cpp +++ b/indra/llcommon/tests/llerror_test.cpp @@ -884,7 +884,7 @@ namespace tut namespace tut { template<> template<> - void ErrorTestObject::test<19>() + void ErrorTestObject::test<5>() // backslash, return, and newline are not escaped with backslashes { LLError::setDefaultLevel(LLError::LEVEL_DEBUG); |