Skip to content

Commit 4a608d8

Browse files
author
mhaynie
committed
Use StringMaker instead of capture_value helper
1 parent 76da104 commit 4a608d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data_bits_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static void test_bit_functions(const TSrc* src, const TDst expected)
2121
memcpy(&srcVal, src, srcValSize);
2222
CAPTURE(srcVal);
2323

24-
CAPTURE(capture_value(*src), expected, bits_to_copy, src_offset, typeid(TSrc).name(), typeid(TDst).name());
24+
CAPTURE(*src, expected, bits_to_copy, src_offset, typeid(TSrc).name(), typeid(TDst).name());
2525

2626
const auto read = +mh::bit_read<TDst, bits_to_copy, src_offset>(src);
2727

0 commit comments

Comments
 (0)