From da4f8e19fabd0e4cbe1984336714505947562293 Mon Sep 17 00:00:00 2001 From: Tomoyuki Sahara Date: Fri, 24 Feb 2017 11:47:48 +0900 Subject: replace "yylval" with "pylval" to make it compile with byacc. --- mrbgems/mruby-bin-mruby/bintest/mruby.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mrbgems/mruby-bin-mruby') diff --git a/mrbgems/mruby-bin-mruby/bintest/mruby.rb b/mrbgems/mruby-bin-mruby/bintest/mruby.rb index 72ac6586d..b6b090185 100644 --- a/mrbgems/mruby-bin-mruby/bintest/mruby.rb +++ b/mrbgems/mruby-bin-mruby/bintest/mruby.rb @@ -2,9 +2,9 @@ require 'tempfile' assert('regression for #1564') do o = `#{cmd('mruby')} -e #{shellquote('<<')} 2>&1` - assert_equal o, "-e:1:2: syntax error, unexpected tLSHFT\n" + assert_include o, "-e:1:2: syntax error" o = `#{cmd('mruby')} -e #{shellquote('<<-')} 2>&1` - assert_equal o, "-e:1:3: syntax error, unexpected tLSHFT\n" + assert_include o, "-e:1:3: syntax error" end assert('regression for #1572') do -- cgit v1.2.3