diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/-ext-/thread/test_instrumentation_api.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/-ext-/thread/test_instrumentation_api.rb b/test/-ext-/thread/test_instrumentation_api.rb index a187a3c13f..dd620e7380 100644 --- a/test/-ext-/thread/test_instrumentation_api.rb +++ b/test/-ext-/thread/test_instrumentation_api.rb @@ -87,6 +87,5 @@ class TestThreadInstrumentation < Test::Unit::TestCase def assert_global_join_counters(counters) assert_equal THREADS_COUNT, counters.first - assert_include 0..THREADS_COUNT, counters.last # It's possible that a thread didn't execute its EXIT hook yet. end end |
