v/vlib/v/tests/local_test.v

6 lines
86 B
V

import v.tests.local
fn test_local_module_is_callable() {
assert local.local_fn()
}