diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:57:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:57:56 -0600 |
commit | 37b0caa7580692b22c71552f3f01be1623ef024e (patch) | |
tree | cff054e06fca1e35d587f14b81672bee7e2fb6c7 /tests/testwrapper.cc | |
parent | 6e637ec10f4d608e38c6b685524640c0247eb1ce (diff) | |
download | arts-37b0caa7580692b22c71552f3f01be1623ef024e.tar.gz arts-37b0caa7580692b22c71552f3f01be1623ef024e.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 6e637ec10f4d608e38c6b685524640c0247eb1ce.
Diffstat (limited to 'tests/testwrapper.cc')
-rw-r--r-- | tests/testwrapper.cc | 2 |
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); |