summaryrefslogtreecommitdiff
path: root/tests/test-ot-tags.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-ot-tags.c')
-rw-r--r--tests/test-ot-tags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-ot-tags.c b/tests/test-ot-tags.c
index 5363c1bb..511f8922 100644
--- a/tests/test-ot-tags.c
+++ b/tests/test-ot-tags.c
@@ -30,7 +30,7 @@
else \
{ \
g_warning ("%s:%d (%s): assertion '%s' failed", \
- __FILE__, __LINE__, G_GNUC_PRETTY_FUNCTION, #stmt); \
+ __FILE__, __LINE__, G_STRFUNC, #stmt); \
exit (1); \
} \
} G_STMT_END