diff options
Diffstat (limited to 'v_windows/v/old/vlib/v/tests/local_test.v')
-rw-r--r-- | v_windows/v/old/vlib/v/tests/local_test.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/v_windows/v/old/vlib/v/tests/local_test.v b/v_windows/v/old/vlib/v/tests/local_test.v new file mode 100644 index 0000000..e042f0e --- /dev/null +++ b/v_windows/v/old/vlib/v/tests/local_test.v @@ -0,0 +1,5 @@ +import v.tests.local + +fn test_local_module_is_callable() { + assert local.local_fn() +} |