Skip to content

Commit

Permalink
Comment out import_methods call while loading tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 4, 2022
1 parent f35c11f commit fee17ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mri/tests/ruby/test_refinement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2622,7 +2622,7 @@ def bar

module C
refine A do
import_methods B
# import_methods B # TruffleRuby: not yet implemented

def foo
"refined"
Expand Down

0 comments on commit fee17ea

Please sign in to comment.