This commit is contained in:
Torsten Ruger 2018-04-24 19:46:22 +03:00
parent ec5a7f8a02
commit 2bd39bd3dd
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
require_relative "../helper"
module Risc
class InterpreterSimpleIf10 < MiniTest::Test
class InterpreterIfConstant < MiniTest::Test
include Ticker
def setup

View File

@ -1,7 +1,7 @@
require_relative "../helper"
module Risc
class InterpreterLargerIf < MiniTest::Test
class InterpreterIfGreater < MiniTest::Test
include Ticker
def setup

View File

@ -1,7 +1,7 @@
require_relative "../helper"
module Risc
class InterpreterSmallerIf < MiniTest::Test
class InterpreterIfSmaller < MiniTest::Test
include Ticker
def setup