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

tests: improved test output formatting

This commit is contained in:
Delyan Angelov
2019-12-30 06:23:54 +02:00
committed by Alexander Medvednikov
parent 4f173c8900
commit a0f32f5c29
11 changed files with 144 additions and 95 deletions

View File

@ -4,6 +4,6 @@ import os
import time
const (
os_used = os.MAX_PATH
time_used = time.now()
os_used = os.MAX_PATH
time_used = time.now()
)