v2 / vlib / v / slow_tests / repl / entire_commented_module.repl
7 lines · 7 sloc · 409 bytes · 3d60410b605d001e54f280070d5f952da9de1112
Raw
1import v.slow_tests.modules.acommentedmodule
2===output===
3error: bad module definition: .entire_commented_module.repl.vrepl_temp.v imports module "v.slow_tests.modules.acommentedmodule" but vlib/v/slow_tests/modules/acommentedmodule/commentedfile.v is defined as module `main`
4 1 | import v.slow_tests.modules.acommentedmodule
5 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 2 | import os
7 3 |
8