mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-22 16:05:58 +01:00
Fix definition of UNITY_NOT_EQUAL in unity_internals.h
This commit is contained in:
@@ -492,7 +492,7 @@ typedef enum
|
||||
UNITY_GREATER_OR_EQUAL = 0x2 + UNITY_EQUAL_TO,
|
||||
UNITY_SMALLER_THAN = 0x4,
|
||||
UNITY_SMALLER_OR_EQUAL = 0x4 + UNITY_EQUAL_TO,
|
||||
UNITY_NOT_EQUAL = 0x6
|
||||
UNITY_NOT_EQUAL = 0x8
|
||||
} UNITY_COMPARISON_T;
|
||||
|
||||
#ifndef UNITY_EXCLUDE_FLOAT
|
||||
|
||||
Reference in New Issue
Block a user