diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:41:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:41:27 -0600 |
commit | c5c1052f4bae9680eb77340b55e1c1e78c15d1f5 (patch) | |
tree | e0770872664938b4cbfc6ae8f14e8d927832832a /tests | |
parent | bdff7895a8452d3a139a159f8a1d535730c4739b (diff) | |
download | arts-c5c1052f4bae9680eb77340b55e1c1e78c15d1f5.tar.gz arts-c5c1052f4bae9680eb77340b55e1c1e78c15d1f5.zip |
Remove additional unneeded tq method conversions
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); |