diff options
Diffstat (limited to 'v_windows/v/vlib/v/tests/project_with_modules_having_submodules/v.mod')
-rw-r--r-- | v_windows/v/vlib/v/tests/project_with_modules_having_submodules/v.mod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/v_windows/v/vlib/v/tests/project_with_modules_having_submodules/v.mod b/v_windows/v/vlib/v/tests/project_with_modules_having_submodules/v.mod new file mode 100644 index 0000000..ba1af17 --- /dev/null +++ b/v_windows/v/vlib/v/tests/project_with_modules_having_submodules/v.mod @@ -0,0 +1,7 @@ +#V Project# + +Module { + name: 'project_with_modules_having_submodules', + description: 'This project was created with `v new` to prevent regressions with the way V module import lookup works.', + dependencies: [] +} |