mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
repl: fix compiler/tests/repl/error.repl test case.
This commit is contained in:
parent
89b5a0fc25
commit
bbc5c14d99
@ -1,3 +1,3 @@
|
|||||||
println(a)
|
println(a)
|
||||||
===output===
|
===output===
|
||||||
V panic: .vrepl.v:2 undefined: `a`
|
.vrepl.v:2 undefined: `a`
|
||||||
|
Loading…
Reference in New Issue
Block a user