repl: fix compiler/tests/repl/error.repl test case.
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