diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-10-11 11:41:25 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-10-11 11:41:25 -0700 |
commit | 19f576872aec60aae359e567cdd80f3d081b2b73 (patch) | |
tree | 9c5f301bf38ad9116d00172958287e3eed5f90ed /indra/llcommon/tests | |
parent | e6043fad2ab549a16f1bf4e81851357de4995862 (diff) |
maint-6633: space, the final frontier
Diffstat (limited to 'indra/llcommon/tests')
-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 64624fc6c2..364d2d13dd 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() + " INFO: " + location + " " + function + ": apple"); + roswell() + " INFO: " + location + function + ": apple"); } template<> template<> |