1# From a bungled core thread test. 2# 3# The important thing here is that the last test is the right test. 4# Test::Harness would misparse this as being a valid test. 5print <<DUMMY; 6ok 2 - Test that argument passing works 7ok 3 - Test that passing arguments as references work 8ok 4 - Test a normal sub 9ok 6 - Detach test 10ok 8 - Nested thread test 11ok 9 - Nested thread test 12ok 10 - Wanted 7, got 7 13ok 11 - Wanted 7, got 7 14ok 12 - Wanted 8, got 8 15ok 13 - Wanted 8, got 8 161..15 17ok 1 18ok 5 - Check that Config::threads is true 19ok 7 - Detach test 20ok 14 - Check so that tid for threads work for main thread 21ok 15 - Check so that tid for threads work for main thread 22DUMMY 23