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

parser: fix fibonacci in silent mode (#7240)

This commit is contained in:
Daniel Däschle
2020-12-10 17:17:25 +01:00
committed by GitHub
parent 916a64935a
commit 1c56ff7faf
4 changed files with 6 additions and 4 deletions

View File

@@ -608,3 +608,4 @@ jobs:
run: |
./v test-parser examples/hello_world.v
./v test-parser examples/hanoi.v
./v test-parser examples/fibonacci.v