From 7ddee1c055600c3d216c885fcf54d04dc0eb47f7 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Sun, 19 Jul 2015 11:52:43 +0300 Subject: [PATCH] test binary creation --- test/compiler/test_all.rb | 1 + test/compiler/test_hello.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/compiler/test_all.rb b/test/compiler/test_all.rb index a5131f50..c3104c41 100644 --- a/test/compiler/test_all.rb +++ b/test/compiler/test_all.rb @@ -1,2 +1,3 @@ require_relative "test_basic" require_relative "test_methods" +require_relative "test_hello" diff --git a/test/compiler/test_hello.rb b/test/compiler/test_hello.rb index b043dfce..d4e1ef2f 100644 --- a/test/compiler/test_hello.rb +++ b/test/compiler/test_hello.rb @@ -4,7 +4,7 @@ class HelloTest < MiniTest::Test include CompilerHelper def check - machine = Virtual::Machine.boot + machine = Virtual.machine.boot expressions = machine.compile_main @string_input output_at = "Register::CallImplementation" #{}"Register::CallImplementation"