summaryrefslogtreecommitdiff
path: root/test/irb/test_completion.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-31 14:56:50 +0900
committergit <svn-admin@ruby-lang.org>2021-08-30 12:39:23 +0900
commit598f4f42196a51d922f539fa885173c39312b427 (patch)
tree396b3c30e18c7ef2d015fb6eb4895a82b87fe33e /test/irb/test_completion.rb
parentbe9cc6c75865b24652d001f0f34f2e63180418c6 (diff)
downloadruby-598f4f42196a51d922f539fa885173c39312b427.tar.gz
[ruby/irb] Use pend instead of skip
https://github.com/ruby/irb/commit/f441ce35bf
Diffstat (limited to 'test/irb/test_completion.rb')
-rw-r--r--test/irb/test_completion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_completion.rb b/test/irb/test_completion.rb
index 535690ae22..ab57762029 100644
--- a/test/irb/test_completion.rb
+++ b/test/irb/test_completion.rb
@@ -17,7 +17,7 @@ module TestIRB
status = assert_in_out_err(cmds, "", //, [], bug5938)
assert(status.success?, bug5938)
rescue LoadError
- skip "cannot load irb/completion"
+ pend "cannot load irb/completion"
end
end