diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-11-03 09:32:32 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-11-03 09:32:32 +0900 |
commit | 8b02de8f41296d1a2449ecaeb24726f088ce899c () | |
tree | e624bf1030bf783a42c139adb25d7417bea6992b | |
parent | ac8ec004e5272d589caca30616dbe12862150188 (diff) |
Fix thread age
Wait for the worker thread to finish.
-rw-r--r-- | test/-ext-/debug/test_profile_frames.rb | 2 |
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 |