diff options
author | Robert Spier <rspier@pobox.com> | 2002-03-18 11:22:55 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-19 04:01:39 +0000 |
commit | c3939953e4b292b4e1d7b8bbc60cede4dc14fcaf (patch) | |
tree | 37d818405168cc13be9076ac6dbb00737d86063e /ext | |
parent | 0f0076b444962edb4e038dfed2a525991aa66519 (diff) | |
download | perl-c3939953e4b292b4e1d7b8bbc60cede4dc14fcaf.tar.gz |
[DOC PATCH] end.t (was RE: perl@15300 )
Message-ID: <15510.44815.383439.823671@rls.cx>
p4raw-id: //depot/perl@15312
Diffstat (limited to 'ext')
-rw-r--r-- | ext/threads/t/end.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/threads/t/end.t b/ext/threads/t/end.t index 199ca4771a..f3dd92c900 100644 --- a/ext/threads/t/end.t +++ b/ext/threads/t/end.t @@ -1,4 +1,7 @@ +# test that END blocks are run in the thread that created them and +# not in any child threads + BEGIN { chdir 't' if -d 't'; @INC = '../lib'; |