diff options
Diffstat (limited to 'v_windows/v/old/vlib/v/parser/tests/const_missing_rpar_b.out')
-rw-r--r-- | v_windows/v/old/vlib/v/parser/tests/const_missing_rpar_b.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v_windows/v/old/vlib/v/parser/tests/const_missing_rpar_b.out b/v_windows/v/old/vlib/v/parser/tests/const_missing_rpar_b.out new file mode 100644 index 0000000..4bef87e --- /dev/null +++ b/v_windows/v/old/vlib/v/parser/tests/const_missing_rpar_b.out @@ -0,0 +1,3 @@ +vlib/v/parser/tests/const_missing_rpar_b.vv:4:1: error: unexpected eof, expecting ´)´ + 2 | a = 5 + 3 | // foo |