From 384e9e4ed6ebf88542b732d0ce609d97b8551d4e Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 19 May 2025 10:23:23 -0400 Subject: pkstn: bool skip negative test --- test/pkstn.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/pkstn.cpp b/test/pkstn.cpp index d29f216..21f0319 100644 --- a/test/pkstn.cpp +++ b/test/pkstn.cpp @@ -44,6 +44,7 @@ enum STRNUM_TESTS : uint32_t { TEST_FLOATING_UNDERFLOW = 0x00001000, TEST_FLOATING_OVERFLOW = 0x00002000, TEST_INCONVERTIBLE = 0x00010000, + TEST_BOOL = 0x000100F7, TEST_SCALAR = 0x000100FF, TEST_FLOATS = 0x0001FF00, TEST_ALL = 0xFFFFFFFF, @@ -200,7 +201,7 @@ int main(int argc, char *argv[]) // bool { fprintf(stdout, "\npkstn: starting bool\n"); - test(); + test(); } // stn_float -- cgit v1.2.3