diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-10-10 13:37:42 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-10-10 13:37:42 -0700 |
commit | c39b7f2d88f1e345a0a202b9a624d973bc8c97de (patch) | |
tree | f450b08e5d082600dcf46a1b79c54696ff2886e1 /indra/llcommon | |
parent | 972b0b2f1bfcad32f2a12b613d4a249658895715 (diff) |
maint-6633: fix tyop
Diffstat (limited to 'indra/llcommon')
-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 404f3e51ae..b5bd6a7c9e 100644 --- a/indra/llcommon/tests/llerror_test.cpp +++ b/indra/llcommon/tests/llerror_test.cpp @@ -553,7 +553,7 @@ namespace tut ensure_equals("order is time location type function message", message(0), - roswell() + lcoation + " INFO: " + function + ": apple"); + roswell() + location + " INFO: " + function + ": apple"); } template<> template<> |