renames Typed to Vm
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
require_relative 'helper'
|
||||
|
||||
module Typed
|
||||
module Vm
|
||||
class TestWord < MiniTest::Test
|
||||
include Fragments
|
||||
|
||||
|
@ -12,7 +12,7 @@ module ParfaitTests
|
||||
def setup
|
||||
@stdout = ""
|
||||
@machine = Register.machine.boot
|
||||
Typed::Compiler.load_parfait
|
||||
Vm::Compiler.load_parfait
|
||||
end
|
||||
|
||||
def main
|
||||
|
Reference in New Issue
Block a user