remove function test from here and use setup

function definition is a statement, goes there
This commit is contained in:
Torsten Ruger
2015-10-14 21:57:37 +03:00
parent 2094101bb2
commit 300ce24739
3 changed files with 3 additions and 41 deletions

View File

@ -1,4 +1,3 @@
require_relative "test_basic"
require_relative "test_call"
require_relative "test_field_access"
require_relative "test_function"