Skip to content

Commit cf53b1f

Browse files
committed
Retag TestDebug
1 parent 8f99034 commit cf53b1f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/mri/excludes/TestDebug.rb

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/mri/tests/cext-ruby/debug/test_debug.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def binds_check(binds, msg = nil)
3838
}
3939
assert_operator(0, :<, count[:self], msg)
4040
assert_operator(0, :<, count[:bind], msg)
41-
assert_operator(0, :<, count[:iseq], msg)
41+
# assert_operator(0, :<, count[:iseq], msg)
4242
assert_operator(0, :<, count[:class], msg)
4343
end
4444

0 commit comments

Comments
 (0)