summaryrefslogtreecommitdiff
path: root/tests/glean/treadpix.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glean/treadpix.h')
-rw-r--r--tests/glean/treadpix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glean/treadpix.h b/tests/glean/treadpix.h
index 8dc8d9e01..6f65b2a52 100644
--- a/tests/glean/treadpix.h
+++ b/tests/glean/treadpix.h
@@ -168,7 +168,7 @@ public:
void checkDepth(ReadPixSanityResult& r, Window& w);
void checkStencil(ReadPixSanityResult& r, Window& w);
void checkIndex(ReadPixSanityResult& r, Window& w);
- void summarize(char* label, bool oldPass, bool newPass);
+ void summarize(const char* label, bool oldPass, bool newPass);
}; // class ReadPixSanityTest
extern ReadPixSanityTest readPixSanityTest;