Index: crosstest/test_arith_main.cpp |
diff --git a/crosstest/test_arith_main.cpp b/crosstest/test_arith_main.cpp |
index 84bc6b72ebd6827d4df56e5cf4164e5f2791de4b..16b2c5e106a898ee005512235bba025b066020be 100644 |
--- a/crosstest/test_arith_main.cpp |
+++ b/crosstest/test_arith_main.cpp |
@@ -347,6 +347,7 @@ int main(int argc, char **argv) { |
size_t Passes = 0; |
size_t Failures = 0; |
+ testsInt<bool, bool>(TotalTests, Passes, Failures); |
testsInt<uint8_t, myint8_t>(TotalTests, Passes, Failures); |
testsInt<uint16_t, int16_t>(TotalTests, Passes, Failures); |
testsInt<uint32_t, int32_t>(TotalTests, Passes, Failures); |