tests: fix fmt test

pull/4293/head
Alexander Medvednikov 2020-04-08 14:25:08 +02:00
parent 8426db7fe5
commit 80888b9518
1 changed files with 1 additions and 1 deletions

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 {