diff options
| author | Glenn Glazer <coyot@lindenlab.com> | 2016-10-10 14:15:29 -0700 | 
|---|---|---|
| committer | Glenn Glazer <coyot@lindenlab.com> | 2016-10-10 14:15:29 -0700 | 
| commit | acfbcc73527c85399ebfa750f2cd377debd12cd2 (patch) | |
| tree | f6874fd1098b30e7e56111aeedc94149075b1aec | |
| parent | c39b7f2d88f1e345a0a202b9a624d973bc8c97de (diff) | |
maint-6633: move INFO around
| -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 b5bd6a7c9e..b20345d50e 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() + location + " INFO: " + function + ": apple"); +			roswell() + " INFO:" + location + function + ": apple");  	}  	template<> template<> | 
