Fix definition of UNITY_NOT_EQUAL in unity_internals.h

This commit is contained in:
Roland Stahn
2025-05-28 10:07:04 +02:00
committed by GitHub
parent 5edda03c78
commit 50c37200b9
+1 -1
View File
@@ -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