We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fbee9 commit 5edda03Copy full SHA for 5edda03
1 file changed
src/unity_internals.h
@@ -487,14 +487,12 @@ typedef enum
487
488
typedef enum
489
{
490
- UNITY_WITHIN = 0x0,
491
UNITY_EQUAL_TO = 0x1,
492
UNITY_GREATER_THAN = 0x2,
493
UNITY_GREATER_OR_EQUAL = 0x2 + UNITY_EQUAL_TO,
494
UNITY_SMALLER_THAN = 0x4,
495
UNITY_SMALLER_OR_EQUAL = 0x4 + UNITY_EQUAL_TO,
496
- UNITY_NOT_EQUAL = 0x0,
497
- UNITY_UNKNOWN
+ UNITY_NOT_EQUAL = 0x6
498
} UNITY_COMPARISON_T;
499
500
#ifndef UNITY_EXCLUDE_FLOAT
0 commit comments