1
0
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:
Delyan Angelov 2019-08-18 17:05:09 +03:00 committed by Alexander Medvednikov
parent 89b5a0fc25
commit bbc5c14d99

View File

@ -1,3 +1,3 @@
println(a)
===output===
V panic: .vrepl.v:2 undefined: `a`
.vrepl.v:2 undefined: `a`