mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix pretty-print test miss
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ MRuby.each_target do
|
||||
|
||||
file mlib => [clib]
|
||||
file clib => [mrbcfile, init, asslib] + mrbs do |t|
|
||||
_pp "GEN *.rb > #{clib}"
|
||||
_pp "GEN", "*.rb", "#{clib}"
|
||||
open(clib, 'w') do |f|
|
||||
f.puts IO.read(init)
|
||||
mrbc.run f, [asslib] + mrbs, 'mrbtest_irep'
|
||||
|
||||
Reference in New Issue
Block a user