From 37b0caa7580692b22c71552f3f01be1623ef024e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:56 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 6e637ec10f4d608e38c6b685524640c0247eb1ce. --- tests/testwrapper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testwrapper.cc') 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); -- cgit v1.2.3