repl: fix compiler/tests/repl/error.repl test case.

pull/1656/head
Delyan Angelov 2019-08-18 17:05:09 +03:00 committed by Alexander Medvednikov
parent 89b5a0fc25
commit bbc5c14d99
1 changed files with 1 additions and 1 deletions

View File

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