diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Test/B02typeset.ztst | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 9318562a9..132ed20dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-11-26 Barton E. Schaefer <schaefer@zsh.org> + + * 37224: Test/B02typeset.ztst: delete obsolete comment + 2015-11-26 Peter Stephenson <p.stephenson@samsung.com> * Matthew Martin: 37100: Completion/Unix/Command/_sysctl: diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst index 2b8e5445c..0aa16d2e3 100644 --- a/Test/B02typeset.ztst +++ b/Test/B02typeset.ztst @@ -4,7 +4,7 @@ # Equivalences: # declare typeset -# export typeset -x and typeset -x implies -g +# export typeset -x # float typeset -E # functions typeset -f # integer typeset -i |