From bbc5c14d99a86f389c6af89176aefc1bcacd554b Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 18 Aug 2019 17:05:09 +0300 Subject: [PATCH] repl: fix compiler/tests/repl/error.repl test case. --- compiler/tests/repl/error.repl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/repl/error.repl b/compiler/tests/repl/error.repl index 81b1a5663e..bb86f558e9 100644 --- a/compiler/tests/repl/error.repl +++ b/compiler/tests/repl/error.repl @@ -1,3 +1,3 @@ println(a) ===output=== -V panic: .vrepl.v:2 undefined: `a` \ No newline at end of file +.vrepl.v:2 undefined: `a`