diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-30 21:59:39 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-30 21:59:39 +0100 |
commit | 2af5332e46b3917d6dce211e576a92d04c3eda8b (patch) | |
tree | 1d0774f2b04127c095d588de31c79e669e9bbd5e /indra/test | |
parent | a09cc5f4bb9ccf93db7233d0b1fd0142803b2f23 (diff) |
Added cycle_object_animations.lsl. Also change to test.cpp to see if it affects a g++ internal compiler error.
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp index 630af2b73b..e42374d56b 100644 --- a/indra/test/test.cpp +++ b/indra/test/test.cpp @@ -34,7 +34,6 @@ * */ - #include "linden_common.h" #include "llerrorcontrol.h" #include "lltut.h" @@ -685,5 +684,4 @@ int main(int argc, char **argv) return retval; //delete mycallback; - } |