Skip to content

Commit aaf1f53

Browse files
committed
Follow renaming from Namespace to Ruby::Box
1 parent 8ebeb75 commit aaf1f53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/-ext-/test_abi.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test_require_lib_with_incorrect_abi_on_dev_ruby
99
assert_separately [], <<~RUBY
1010
err = assert_raise(LoadError) { require "-test-/abi" }
1111
assert_match(/incompatible ABI version/, err.message)
12-
if Namespace.enabled?
12+
if Ruby::Box.enabled?
1313
assert_include err.message, "_-test-+abi."
1414
else
1515
assert_include err.message, "/-test-/abi."
@@ -31,7 +31,7 @@ def test_enable_abi_check_using_environment_variable
3131
assert_separately [{ "RUBY_ABI_CHECK" => "1" }], <<~RUBY
3232
err = assert_raise(LoadError) { require "-test-/abi" }
3333
assert_match(/incompatible ABI version/, err.message)
34-
if Namespace.enabled?
34+
if Ruby::Box.enabled?
3535
assert_include err.message, "_-test-+abi."
3636
else
3737
assert_include err.message, "/-test-/abi."

yjit/src/cruby_bindings.inc.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zjit/src/cruby_bindings.inc.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)