diff options
Diffstat (limited to 'test/pkstn.cpp')
| -rw-r--r-- | test/pkstn.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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<bool, TEST_SCALAR>(); + test<bool, TEST_BOOL>(); } // stn_float |
