summaryrefslogtreecommitdiff
path: root/tests/glean/tpixelformats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glean/tpixelformats.cpp')
-rw-r--r--tests/glean/tpixelformats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glean/tpixelformats.cpp b/tests/glean/tpixelformats.cpp
index 60f4825c6..50283774b 100644
--- a/tests/glean/tpixelformats.cpp
+++ b/tests/glean/tpixelformats.cpp
@@ -43,7 +43,7 @@
// Maybe add fragment program path as a 3rd envMode (below) someday.
#define USE_FRAG_PROG 0
-#define abort() do { printf("%s:%i\n", __func__, __LINE__); abort(); } while (0)
+#define abort() do { printf("%s:%i\n", __FUNCTION__, __LINE__); abort(); } while (0)
namespace GLEAN {