summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorRobert Spier <rspier@pobox.com>2002-03-18 11:22:55 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-19 04:01:39 +0000
commitc3939953e4b292b4e1d7b8bbc60cede4dc14fcaf (patch)
tree37d818405168cc13be9076ac6dbb00737d86063e /ext
parent0f0076b444962edb4e038dfed2a525991aa66519 (diff)
downloadperl-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.t3
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';