-
-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace specific constant tests with just type checks
As detailed in the attached issue, these constants can and do vary e.g. between architectures on Linux. Hardcoding and asserting that they are equal to specific values pretty much defeats the purpose of building these in at compile time. Instead, simply assert that they exist and are integers. Fixes: #1150
- Loading branch information
Showing
1 changed file
with
69 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters