chore(big): fix test tag

This commit is contained in:
fallenoak 2023-02-03 14:53:17 -06:00
parent af0d9ec60e
commit 69cf4739f3
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -876,7 +876,7 @@ TEST_CASE("SBigShr", "[big]") {
}
}
TEST_CASE("SBigSquare", "[square]") {
TEST_CASE("SBigSquare", "[big]") {
SECTION("squares 0xFFFFFFFF") {
BigData* a;
SBigNew(&a);