diff options
| -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<>  | 
