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

parser: fix silent parsing examples/vmod.v (#7264)

This commit is contained in:
Daniel Däschle
2020-12-11 18:14:07 +01:00
committed by GitHub
parent 74dc57e678
commit 9c1a5c5117
3 changed files with 7 additions and 3 deletions

View File

@@ -611,3 +611,4 @@ jobs:
./v test-parser examples/fibonacci.v
./v test-parser examples/cli.v
./v test-parser examples/json.v
./v test-parser examples/vmod.v