summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2023-11-03 09:32:32 +0900
committerNobuyoshi Nakada <[email protected]>2023-11-03 09:32:32 +0900
commit8b02de8f41296d1a2449ecaeb24726f088ce899c ()
treee624bf1030bf783a42c139adb25d7417bea6992b
parentac8ec004e5272d589caca30616dbe12862150188 (diff)
Fix thread age
Wait for the worker thread to finish.
-rw-r--r--test/-ext-/debug/test_profile_frames.rb2
1 files changed, 2 insertions, 0 deletions
@@ -182,7 +182,9 @@ class TestProfileFrames < Test::Unit::TestCase
assert_equal(full_labels[i], frame)
end
th.kill
end