mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip useless test
`JSONGeneratorTest#test_remove_const_seg` is meaningful only for the extension library version, but nonsense for pure ruby version.
This commit is contained in:
parent
ba1cb388a9
commit
f83bebdf7a
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ EOT
|
|||
silence do
|
||||
JSON.const_set :SAFE_STATE_PROTOTYPE, const
|
||||
end
|
||||
end
|
||||
end if JSON.const_defined?("Ext")
|
||||
|
||||
def test_generate
|
||||
json = generate(@hash)
|
||||
|
|
Loading…
Add table
Reference in a new issue