diff options
author | tripun <tripun@gmail.com> | 2014-08-07 20:18:28 +0530 |
---|---|---|
committer | tripun <tripun@gmail.com> | 2014-08-11 21:01:24 +0530 |
commit | b9aef7b1ec3807149956fd0fd8567395064c7ad8 (patch) | |
tree | 4e77aca8289d28f328cb68a65c159da9a1dff2b7 /test/unit/t_balance.cc | |
parent | fe91656aa15d3eff23efaaae8f392e04a0f9d361 (diff) | |
download | fork-ledger-b9aef7b1ec3807149956fd0fd8567395064c7ad8.tar.gz fork-ledger-b9aef7b1ec3807149956fd0fd8567395064c7ad8.tar.bz2 fork-ledger-b9aef7b1ec3807149956fd0fd8567395064c7ad8.zip |
edited subraction test
Diffstat (limited to 'test/unit/t_balance.cc')
-rw-r--r-- | test/unit/t_balance.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/t_balance.cc b/test/unit/t_balance.cc index 3521f252..eb47993d 100644 --- a/test/unit/t_balance.cc +++ b/test/unit/t_balance.cc @@ -127,7 +127,7 @@ BOOST_AUTO_TEST_CASE(testSubtraction) b2 -= b3; b3 -= a1; b3 -= a2; - b4 += b3; + b4 = b3; b5 -= a1; b5 -= a4; |