diff options
author | Don Kjer <don@lindenlab.com> | 2012-12-06 22:56:21 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-12-06 22:56:21 +0000 |
commit | 23d77d3a34e48de6e9c69d60cdbd1d70766ad16c (patch) | |
tree | 84c2878deeb7ba8f4e408365ca53c3d119a15cb1 /indra/llcommon | |
parent | 07d05c2967fb1013a3f21c1c055ad068b2be9995 (diff) | |
parent | 97adf6422ac61148a3334d67b4c59a5f5437af2c (diff) |
Automated merge
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/tests/bitpack_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/tests/bitpack_test.cpp b/indra/llcommon/tests/bitpack_test.cpp index 7bca20c30a..afc0c18cd0 100644 --- a/indra/llcommon/tests/bitpack_test.cpp +++ b/indra/llcommon/tests/bitpack_test.cpp @@ -94,7 +94,6 @@ namespace tut ensure("bitPack: individual unpack: 5", unpackbuffer[0] == (U8) str[5]); bitunpack.bitUnpack(unpackbuffer, 8*4); // Life ensure_memory_matches("bitPack: 4 bytes unpack:", unpackbuffer, 4, str+6, 4); - //ensure("keep compiler quiet", unpack_bufsize == unpack_bufsize); } // U32 packing |