out_of_order

来自「source of perl for linux application,」· 代码 · 共 23 行

TXT
23
字号
# From a bungled core thread test.## The important thing here is that the last test is the right test.# Test::Harness would misparse this as being a valid test.print <<DUMMY;ok 2 - Test that argument passing worksok 3 - Test that passing arguments as references workok 4 - Test a normal subok 6 - Detach testok 8 - Nested thread testok 9 - Nested thread testok 10 - Wanted 7, got 7ok 11 - Wanted 7, got 7ok 12 - Wanted 8, got 8ok 13 - Wanted 8, got 81..15ok 1ok 5 - Check that Config::threads is trueok 7 - Detach testok 14 - Check so that tid for threads work for main threadok 15 - Check so that tid for threads work for main threadDUMMY

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?