From e74684784fd1ac03751a3f81b8353c61995a3ce4 Mon Sep 17 00:00:00 2001 From: rhysd Date: Fri, 3 Jun 2016 03:28:16 +0900 Subject: [PATCH] fix test runner --- spec/crisp/mal_specs/mal_spec_runner.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/crisp/mal_specs/mal_spec_runner.cr b/spec/crisp/mal_specs/mal_spec_runner.cr index a9e31fa..8b9198d 100644 --- a/spec/crisp/mal_specs/mal_spec_runner.cr +++ b/spec/crisp/mal_specs/mal_spec_runner.cr @@ -1,5 +1,5 @@ class MalTestRunner - def initialize(@test_file) + def initialize(@test_file : String) end macro check_EOF