Skip to content

Commit

Permalink
untag String#test_casecmp? and Symbol#test_casecmp?
Browse files Browse the repository at this point in the history
  • Loading branch information
lopex committed Apr 13, 2018
1 parent de4e6cd commit fbfc388
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/mri/excludes/TestString.rb
@@ -1,3 +1,2 @@
exclude :test_casecmp?, "missing 2.4 case-folding logic (#4731)"
exclude :test_crypt, "does not raise as expected"
exclude :test_setter, "does not raise as expected"
1 change: 0 additions & 1 deletion test/mri/excludes/TestSymbol.rb
@@ -1,4 +1,3 @@
exclude :test_casecmp?, "missing 2.4 case-folding logic (#4731)"
exclude :test_inspect, "needs investigation"
exclude :test_to_proc_arg, "we have plans to do different caching here, see 69662ab8cd1616a2ee076488226a473648fc6267"
exclude :test_to_proc_binding, "needs investigation #4303"
Expand Down

0 comments on commit fbfc388

Please sign in to comment.