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

tests: fix a typo

This commit is contained in:
Alexander Medvednikov 2020-06-28 15:59:05 +02:00
parent 9feaff3464
commit 9cbf572561

View File

@ -36,5 +36,5 @@ fn test_add() {
fn main() {
println('start')
test_add()
println('end1l')
println('end')
}