From 69cf4739f31ceaa32f02eae56ee39e4ab4308de1 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Fri, 3 Feb 2023 14:53:17 -0600 Subject: [PATCH] chore(big): fix test tag --- test/Big.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Big.cpp b/test/Big.cpp index 73ab044..5bc324a 100644 --- a/test/Big.cpp +++ b/test/Big.cpp @@ -876,7 +876,7 @@ TEST_CASE("SBigShr", "[big]") { } } -TEST_CASE("SBigSquare", "[square]") { +TEST_CASE("SBigSquare", "[big]") { SECTION("squares 0xFFFFFFFF") { BigData* a; SBigNew(&a);