From c39b7f2d88f1e345a0a202b9a624d973bc8c97de Mon Sep 17 00:00:00 2001 From: Glenn Glazer Date: Mon, 10 Oct 2016 13:37:42 -0700 Subject: maint-6633: fix tyop --- indra/llcommon/tests/llerror_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llcommon') 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<> -- cgit v1.2.3