fixing most of the risc tests

This commit is contained in:
2019-08-23 15:31:22 +03:00
parent 50c172915e
commit 4ca16e5f9a
21 changed files with 265 additions and 293 deletions

View File

@ -1,7 +1,7 @@
require_relative "../helper"
module Risc
class BlockCallSimpleWithArg < MiniTest::Test
class BlockCallSimpleWithArg# < MiniTest::Test
include Ticker
def setup
@string_input = block_main("a = tenner {|b| return b} ; return a" , tenner)