From da4b3d1c2cbcee672ec07760cf58b850213aa02a Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Thu, 25 Apr 2013 15:28:25 +0900 Subject: Move regression test as String#dump is not in ther core but the mrbgems. --- test/t/string.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/t/string.rb') diff --git a/test/t/string.rb b/test/t/string.rb index 945ef890c..1e0d44f67 100644 --- a/test/t/string.rb +++ b/test/t/string.rb @@ -415,10 +415,6 @@ assert('String#each_byte') do bytes1 == bytes2 end -assert('String#dump') do - ("\1" * 100).dump # should not raise an exception - regress #1210 -end - assert('String#inspect') do ("\1" * 100).inspect # should not raise an exception - regress #1210 end -- cgit v1.2.3