summaryrefslogtreecommitdiffstats
path: root/tests/testwrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testwrapper.cc')
-rw-r--r--tests/testwrapper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testwrapper.cc b/tests/testwrapper.cc
index 9be8c35..a5279a8 100644
--- a/tests/testwrapper.cc
+++ b/tests/testwrapper.cc
@@ -157,7 +157,7 @@ struct TestWrapper : public TestCase
d.value(6);
testEquals(1, active_d_objects);
- b = d; // uses operator, not constructor. should invalidate A::cacheOK
+ b = d; // uses operator, not constructor. should tqinvalidate A::cacheOK
testEquals(6, b.value());
testEquals(1, active_d_objects);