diff options
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'; |