diff options
author | Richard Linden <none@none> | 2013-08-14 21:58:30 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-14 21:58:30 -0700 |
commit | d83c51a4e1923508e31f25576761f001d731ea93 (patch) | |
tree | be0867b9d51deff0c4e6971de416690369dda3d2 /indra/newview/tests | |
parent | fe24e442a61a962eaf4f7af8b3cba04b786d96eb (diff) |
BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros
Diffstat (limited to 'indra/newview/tests')
-rwxr-xr-x | indra/newview/tests/lltexturestatsuploader_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/lltexturestatsuploader_test.cpp b/indra/newview/tests/lltexturestatsuploader_test.cpp index cfb2c267cc..4438523022 100755 --- a/indra/newview/tests/lltexturestatsuploader_test.cpp +++ b/indra/newview/tests/lltexturestatsuploader_test.cpp @@ -111,7 +111,7 @@ namespace tut void texturestatsuploader_object_t::test<1>() { LLTextureStatsUploader tsu; - llinfos << &tsu << llendl; + LL_INFOS() << &tsu << LL_ENDL; ensure("have we crashed?", true); } |