Skip to content

Commit

Permalink
Update tests/unit/bitops.tcl
Browse files Browse the repository at this point in the history
Co-authored-by: Madelyn Olson <34459052+madolson@users.noreply.github.com>
  • Loading branch information
LiiNen and madolson authored Apr 2, 2024
1 parent 54c99f5 commit 3fbebc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/bitops.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3fbebc4

Please sign in to comment.