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

tests: fix fmt test

This commit is contained in:
Alexander Medvednikov 2020-04-08 14:25:08 +02:00
parent 8426db7fe5
commit 80888b9518

View File

@ -5,7 +5,7 @@ fn main() {
$if !windows {
println('This will get compiled on non-windows platforms.')
}
//
//
$if !linux {
println('Only non linux platforms will get this')
} $else {