diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:34:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:34:24 -0600 |
commit | 6e637ec10f4d608e38c6b685524640c0247eb1ce (patch) | |
tree | c4eb246265def9c4e09f1d7150fc73867c2ccf96 /tests | |
parent | a5de6a933b04a721b6f814821b7242ef330c5684 (diff) | |
download | arts-6e637ec10f4d608e38c6b685524640c0247eb1ce.tar.gz arts-6e637ec10f4d608e38c6b685524640c0247eb1ce.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'tests')
-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 a5279a8..9be8c35 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 tqinvalidate A::cacheOK + b = d; // uses operator, not constructor. should invalidate A::cacheOK testEquals(6, b.value()); testEquals(1, active_d_objects); |