summaryrefslogtreecommitdiff
path: root/testprogs/win32/spoolss/torture.h
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/win32/spoolss/torture.h')
-rw-r--r--testprogs/win32/spoolss/torture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/win32/spoolss/torture.h b/testprogs/win32/spoolss/torture.h
index c295330283..7c9c443f9b 100644
--- a/testprogs/win32/spoolss/torture.h
+++ b/testprogs/win32/spoolss/torture.h
@@ -50,7 +50,7 @@ struct torture_context {
#define torture_assert_str_equal(torture_ctx,got,expected,cmt)\
do { const char *__got = (got), *__expected = (expected); \
- if (strcmp_safe(__got, __expected) != 0) { \
+ if (strcmp(__got, __expected) != 0) { \
torture_result(torture_ctx, TORTURE_FAIL, \
__location__": "#got" was %s, expected %s: %s", \
__got, __expected, cmt); \