ruby-changes:50194
From: k0kubun <ko1@a...>
Date: Thu, 8 Feb 2018 22:40:54 +0900 (JST)
Subject: [ruby-changes:50194] k0kubun:r62312 (trunk): test_jit.rb: fix typo
k0kubun 2018-02-08 22:40:47 +0900 (Thu, 08 Feb 2018) New Revision: 62312 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62312 Log: test_jit.rb: fix typo This is notified by zns-san. Modified files: trunk/test/ruby/test_jit.rb Index: test/ruby/test_jit.rb =================================================================== --- test/ruby/test_jit.rb (revision 62311) +++ test/ruby/test_jit.rb (revision 62312) @@ -37,7 +37,7 @@ class TestJIT < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_jit.rb#L37 ) end if stdout - assert_match(stdout, out, "Expected stderr #{out.inspect} to match #{stdout.inspect} with script:\n#{code_block(script)}") + assert_match(stdout, out, "Expected stdout #{out.inspect} to match #{stdout.inspect} with script:\n#{code_block(script)}") end end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/