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

vlib: update and cleanup tests + fix PR template

This commit is contained in:
Dinar Garipov
2019-06-29 22:49:57 +02:00
committed by Alexander Medvednikov
parent 2dccdd347f
commit f4f1622528
3 changed files with 27 additions and 27 deletions

View File

@@ -18,8 +18,8 @@ fn test_foo() {
Before submitting a PR, please run the tests with `make test`, and make sure V can still compile itself. Run this twice:
./v -o v
./v -o v
./v -o v compiler
./v -o v compiler
I try to process PRs as soon as possible. They should be handled within 24 hours.