Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Explicitly mark char as signed in dtype tests
When run on a platform where `char` is unsigned by default — which is implementation-defined. This explicitly uses `signed char` in two tests where the sign of the char is important (though only `test_dtype_normalized_num` fails without this change).
- Loading branch information