1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

parser: fix v test-parser examples/cli.v (#7243)

This commit is contained in:
Daniel Däschle
2020-12-10 18:32:15 +01:00
committed by GitHub
parent 1c56ff7faf
commit aedd1d17b8
5 changed files with 5 additions and 15 deletions

View File

@@ -609,3 +609,4 @@ jobs:
./v test-parser examples/hello_world.v
./v test-parser examples/hanoi.v
./v test-parser examples/fibonacci.v
./v test-parser examples/cli.v