v2 / vlib / v / tests / local_test.v
5 lines · 4 sloc · 86 bytes · 0a0379769473e0bee5a77548753f09c4af3552e9
Raw
1import v.tests.local
2
3fn test_local_module_is_callable() {
4 assert local.local_fn()
5}
6