mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix repl tests
This commit is contained in:
parent
98a0beab03
commit
f627710870
@ -1,3 +1,3 @@
|
||||
import v.tests.modules.acommentedmodule
|
||||
===output===
|
||||
vlib/compiler/tests/modules/acommentedmodule/commentedfile.v:7:1: bad module definition: vlib/compiler/tests/modules/acommentedmodule/commentedfile.v imports module "compiler.tests.modules.acommentedmodule" but vlib/compiler/tests/modules/acommentedmodule/commentedfile.v is defined as module `main`
|
||||
vlib/v/tests/modules/acommentedmodule/commentedfile.v:7:1: bad module definition: vlib/v/tests/modules/acommentedmodule/commentedfile.v imports module "v.tests.modules.acommentedmodule" but vlib/v/tests/modules/acommentedmodule/commentedfile.v is defined as module `main`
|
||||
|
Loading…
Reference in New Issue
Block a user