summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-08 05:22:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-08 05:22:49 +0000
commitb6185e175cfac5bb8b56483c1b03997923af634e (patch)
tree37d17289ebefb6b0cb45e2b79691999e22cc6807 /test/ruby
parent23228b6e3139fb33d42f6dae4ec9bdabb21e52b2 (diff)
compile.c: align IBF dumped data
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_iseq.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_iseq.rb b/test/ruby/test_iseq.rb
index cbd6e01c9b..2ef344741b 100644
--- a/test/ruby/test_iseq.rb
+++ b/test/ruby/test_iseq.rb
@@ -403,7 +403,6 @@ class TestISeq < Test::Unit::TestCase
end
def assert_iseq_to_binary(code, mesg = nil)
- skip "does not work on other than x86" unless /x(?:86|64)|i\d86/ =~ RUBY_PLATFORM
iseq = RubyVM::InstructionSequence.compile(code)
bin = assert_nothing_raised(mesg) do
iseq.to_binary