diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-04-11 13:45:43 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-04-11 13:45:43 -0400 |
commit | 9311cc89ea36139b454b36349f11162f72924df7 (patch) | |
tree | 37ba16776aa8536a8263ed078caf67a5b012c013 /indra/test | |
parent | 2310f31e0d954a6ac1eb69e452faca94a9a59075 (diff) |
DRTVWR-434 - trivial code change to trigger TC rebuild, also slight improvement to a log message
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp index e42374d56b..5bc39b74a6 100644 --- a/indra/test/test.cpp +++ b/indra/test/test.cpp @@ -684,4 +684,5 @@ int main(int argc, char **argv) return retval; //delete mycallback; + } |