Browse Source

fix test runner

master
rhysd 8 years ago
parent
commit
e74684784f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/crisp/mal_specs/mal_spec_runner.cr

+ 1
- 1
spec/crisp/mal_specs/mal_spec_runner.cr View File

@ -1,5 +1,5 @@
class MalTestRunner
def initialize(@test_file)
def initialize(@test_file : String)
end
macro check_EOF

Loading…
Cancel
Save