diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-04 14:38:02 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-04 14:38:02 +0300 |
commit | 2e4243589bf5d644129d949d1b1a20ef018d9516 (patch) | |
tree | 672ab9a22d333adfe98d9658ef18c05a973a725a /test | |
parent | 9a1d9bf768645496c451410f137e97ef192fbe7c (diff) | |
parent | 2b7501cc7c765b22c893409b4087b31fdbd9ac14 (diff) | |
download | egawk-2e4243589bf5d644129d949d1b1a20ef018d9516.tar.gz egawk-2e4243589bf5d644129d949d1b1a20ef018d9516.tar.bz2 egawk-2e4243589bf5d644129d949d1b1a20ef018d9516.zip |
Merge branch 'master' into feature/cmake
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 736860db..6df641be 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 5bf04dcf..d6e8d1b5 100644 --- a/test/profile5.ok +++ b/test/profile5.ok @@ -3662,7 +3662,7 @@ function _mac_init() _MACPFX84SFX["\204"] = "_macpfx84" _MACPFX84SFX["\224"] = "_macsfx94" _MACPFX84SFX[""] = "_mpusfxsubret" - _VLDMAXSTRING = 1e+06 + _VLDMAXSTRING = 1000000 } function _macpfx84(F, D, C, p1, p2, p3) |