Test complied parfait tests

this makes it obvious that we need a working raise
and a correct method_missing, so we can diagnose the 
resulting errors
This commit is contained in:
2019-09-14 20:12:33 +03:00
parent 56398e1127
commit b36ba42990
3 changed files with 37 additions and 14 deletions

View File

@ -1,6 +1,5 @@
require_relative "../helper"
# TODO move these to interpreter dir
module Risc
module Macro
class IntCmp < Minitest::Test