diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-04 14:32:07 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-04 14:32:07 +0300 |
commit | 26ab51cc70109abd04ac04ff75bb58abb2eb957f (patch) | |
tree | 74b2d53e98f46f1da29660dbf3b5b5f8557f5db9 /test | |
parent | 243b097279a89d456fda4a400412482d70b3665c (diff) | |
download | egawk-26ab51cc70109abd04ac04ff75bb58abb2eb957f.tar.gz egawk-26ab51cc70109abd04ac04ff75bb58abb2eb957f.tar.bz2 egawk-26ab51cc70109abd04ac04ff75bb58abb2eb957f.zip |
Profiling: print integral values as integers.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/profile5.ok | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 7b9e273a..2de6750f 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2015-09-04 Arnold D. Robbins <arnold@skeeve.com> + + * profile.ok: Updated after code change. + 2015-08-25 Arnold D. Robbins <arnold@skeeve.com> * mbstr1.ok: Updated after code change. diff --git a/test/profile5.ok b/test/profile5.ok index bff767eb..2bae16b5 100644 --- a/test/profile5.ok +++ b/test/profile5.ok @@ -2872,7 +2872,7 @@ _MACPFX84SFX["\204"] = "_macpfx84" _MACPFX84SFX["\224"] = "_macsfx94" _MACPFX84SFX[""] = "_mpusfxsubret" - _VLDMAXSTRING = 1e+06 + _VLDMAXSTRING = 1000000 } function _macpfx84(F, D, C, p1, p2, p3) |