diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-03 05:47:12 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-03 05:47:12 -0400 |
commit | 0f1afdb3a7387e834c62b4ecc0a993bdde62d8f8 (patch) | |
tree | 65cc21cae598b8987af15ee5d56d60415af31f6f /test/regress/25A099C9.test | |
parent | 3a0f096cb64f581f0d8513c8b67ca41659982afa (diff) | |
download | fork-ledger-0f1afdb3a7387e834c62b4ecc0a993bdde62d8f8.tar.gz fork-ledger-0f1afdb3a7387e834c62b4ecc0a993bdde62d8f8.tar.bz2 fork-ledger-0f1afdb3a7387e834c62b4ecc0a993bdde62d8f8.zip |
Minor optimization of amount_t::operator*
Diffstat (limited to 'test/regress/25A099C9.test')
-rw-r--r-- | test/regress/25A099C9.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/regress/25A099C9.test b/test/regress/25A099C9.test index a74b0601..604939d8 100644 --- a/test/regress/25A099C9.test +++ b/test/regress/25A099C9.test @@ -4,16 +4,16 @@ >>>2 While parsing file "$sourcepath/src/amount.h", line 67: Error: No quantity specified for amount -While parsing file "$sourcepath/src/amount.h", line 718: +While parsing file "$sourcepath/src/amount.h", line 721: Error: Invalid date/time: line amount_t amoun -While parsing file "$sourcepath/src/amount.h", line 724: +While parsing file "$sourcepath/src/amount.h", line 727: Error: Invalid date/time: line string amount_ -While parsing file "$sourcepath/src/amount.h", line 730: +While parsing file "$sourcepath/src/amount.h", line 733: Error: Invalid date/time: line string amount_ -While parsing file "$sourcepath/src/amount.h", line 736: +While parsing file "$sourcepath/src/amount.h", line 739: Error: Invalid date/time: line string amount_ -While parsing file "$sourcepath/src/amount.h", line 742: +While parsing file "$sourcepath/src/amount.h", line 745: Error: Invalid date/time: line std::ostream& -While parsing file "$sourcepath/src/amount.h", line 749: +While parsing file "$sourcepath/src/amount.h", line 752: Error: Invalid date/time: line std::istream& === 7 |