aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/glean/ttexrect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/glean/ttexrect.h b/tests/glean/ttexrect.h
index 5e8675bc..f305585a 100644
--- a/tests/glean/ttexrect.h
+++ b/tests/glean/ttexrect.h
@@ -43,7 +43,8 @@ class TexRectTest: public BasicTest {
public:
TexRectTest(const char* testName, const char* filter,
const char *prereqs, const char* description):
- BasicTest(testName, filter, prereqs, description) {
+ BasicTest(testName, filter, prereqs, description),
+ mTolerance() {
}
virtual void runOne(BasicResult& r, Window& w);