From fd83b40b165e7f99804bc23448a2296796243630 Mon Sep 17 00:00:00 2001 From: LiiNen Date: Tue, 2 Apr 2024 12:06:56 +0900 Subject: [PATCH] Update tests/unit/bitops.tcl Co-authored-by: Madelyn Olson <34459052+madolson@users.noreply.github.com> Signed-off-by: LiiNen --- tests/unit/bitops.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/bitops.tcl b/tests/unit/bitops.tcl index cbd5c612a7..60035b4dbd 100644 --- a/tests/unit/bitops.tcl +++ b/tests/unit/bitops.tcl @@ -128,7 +128,7 @@ start_server {tags {"bitops"}} { } } - test {BITCOUNT with start} { + test {BITCOUNT with just start} { set s "foobar" r set s $s assert_equal [r bitcount s 0] [count_bits "foobar"]