[DOC PATCH] end.t (was RE: perl@15300 )
[p5sagit/p5-mst-13.2.git] / 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';