Merge pull request #5211 from shuujii/move-mrbc-test-to-mruby-bin-mrbc-gem-from-mruby-compiler-gem

Move `mrbc` test to `mruby-bin-mrbc` gem from `mruby-compiler` gem
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-12-04 12:50:48 +09:00
committed by GitHub
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
require 'open3'
require 'tempfile'
assert('mirb normal operations') do
o, s = Open3.capture2(cmd("mirb"), :stdin_data => "a=1\nb=2\na+b\n")