Index: trunk/psLib/test/math/tst_psFunc01.c
===================================================================
--- trunk/psLib/test/math/tst_psFunc01.c	(revision 4973)
+++ trunk/psLib/test/math/tst_psFunc01.c	(revision 11686)
@@ -39,5 +39,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
@@ -58,5 +58,5 @@
 
     if ( myGaussData->type.type != PS_TYPE_F32) {
-        psAbort(__func__,"p_psGaussianDev did not return a vector of type F32");
+        psAbort("p_psGaussianDev did not return a vector of type F32");
     }
 
@@ -66,5 +66,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
