From 4bd58e1ade11f9bc82b12427f59871dd73db7c50 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:40:12 +0900 Subject: [ruby/irb] diabled ==> disabled https://github.com/ruby/irb/commit/295797ff37 --- test/irb/test_eval_history.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/irb/test_eval_history.rb b/test/irb/test_eval_history.rb index 0f9ec4811c..a6ab36fb8b 100644 --- a/test/irb/test_eval_history.rb +++ b/test/irb/test_eval_history.rb @@ -30,7 +30,7 @@ module TestIRB end end - def test_eval_history_is_diabled_by_default + def test_eval_history_is_disabled_by_default out, err = execute_lines( "a = 1", "__" -- cgit v1.2.3