summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-string-ext/test/fixnum.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-07-22 21:40:02 +0900
committerGitHub <[email protected]>2019-07-22 21:40:02 +0900
commit5166e316efc9bd211b3d950d3586a45b22a5f9d5 (patch)
treeea96b0f65909b42113851ded0647bc4586b22a8a /mrbgems/mruby-string-ext/test/fixnum.rb
parentd2dd2d0e4874ac2522f12b1599842e6cc666088d (diff)
parentc980fe279266448cf5ac8faa646d57d0f8561b10 (diff)
downloadmruby-5166e316efc9bd211b3d950d3586a45b22a5f9d5.tar.gz
mruby-5166e316efc9bd211b3d950d3586a45b22a5f9d5.zip
Merge pull request #4591 from shuujii/integrate-Integral-chr-Fixnum-chr-to-mruby-string-ext
Integrate `Integral#chr` (`Fixnum#chr`) to `mruby-string-ext`
Diffstat (limited to 'mrbgems/mruby-string-ext/test/fixnum.rb')
-rw-r--r--mrbgems/mruby-string-ext/test/fixnum.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/mrbgems/mruby-string-ext/test/fixnum.rb b/mrbgems/mruby-string-ext/test/fixnum.rb
deleted file mode 100644
index 9036b1a06..000000000
--- a/mrbgems/mruby-string-ext/test/fixnum.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-assert('Fixnum#chr') do
- assert_equal "a", 97.chr
-end