summaryrefslogtreecommitdiff
path: root/tests/testscript.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testscript.c')
-rw-r--r--tests/testscript.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testscript.c b/tests/testscript.c
index d2ecaa8b..8e788f71 100644
--- a/tests/testscript.c
+++ b/tests/testscript.c
@@ -67,9 +67,9 @@
if (stmt) { } \
else \
{ \
- g_warning ("%s:%d (%s): assertion '%s' failed", \
+ g_warning ("%s:%d (%s): assertion '%s' failed", \
__FILE__, __LINE__, G_GNUC_PRETTY_FUNCTION, #stmt); \
- exit (1); \
+ exit (1); \
} \
} G_STMT_END