diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-01-28 20:58:11 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-01-28 20:58:11 +0000 |
commit | 5372722c42f86258d61379815056c37adcbb182c (patch) | |
tree | 6a74a88cd1abf50f3f6516ec728317cfe3478157 /tests/testscript.c | |
parent | 30e431fc00095d8e042a1252e8aada0c5795eacb (diff) | |
download | pango-5372722c42f86258d61379815056c37adcbb182c.tar.gz |
Bug 512566 – dont' use deprecated macro Patch from Christian Persch
2008-01-28 Behdad Esfahbod <behdad@gnome.org>
Bug 512566 – dont' use deprecated macro
Patch from Christian Persch
* tests/test-ot-tags.c:
* tests/testscript.c:
Replace G_GNUC_PRETTY_FUNCTION by G_STRFUNC
svn path=/trunk/; revision=2557
Diffstat (limited to 'tests/testscript.c')
-rw-r--r-- | tests/testscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testscript.c b/tests/testscript.c index 98f3bead..4106e9a3 100644 --- a/tests/testscript.c +++ b/tests/testscript.c @@ -67,7 +67,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 |