summaryrefslogtreecommitdiff
path: root/test/abts.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/abts.c')
-rw-r--r--test/abts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/abts.c b/test/abts.c
index 2507113de..e03ccc461 100644
--- a/test/abts.c
+++ b/test/abts.c
@@ -310,7 +310,7 @@ void abts_##NAME##_nequal(abts_case *tc, const T expected, const T actual, int l
update_status(); \
if (tc->failed) return; \
\
- if (expected == actual) return; \
+ if (expected != actual) return; \
\
tc->failed = TRUE; \
if (verbose) { \