aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/bits.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/bits.cc')
-rw-r--r--libtests/bits.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtests/bits.cc b/libtests/bits.cc
index e63ebdd3..af715da8 100644
--- a/libtests/bits.cc
+++ b/libtests/bits.cc
@@ -141,7 +141,7 @@ test()
unsigned char ch = 0;
bit_offset = 7;
- Pl_Buffer* bp = new Pl_Buffer("buffer");
+ auto* bp = new Pl_Buffer("buffer");
test_write_bits(ch, bit_offset, 30UL, 5, bp);
test_write_bits(ch, bit_offset, 10UL, 4, bp);