[DOC PATCH] end.t (was RE: perl@15300 )
Robert Spier [Mon, 18 Mar 2002 19:22:55 +0000 (11:22 -0800)]
Message-ID: <15510.44815.383439.823671@rls.cx>

p4raw-id: //depot/perl@15312

ext/threads/t/end.t

index 199ca47..f3dd92c 100644 (file)
@@ -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';