tests: fix fmt test
parent
8426db7fe5
commit
80888b9518
|
@ -5,7 +5,7 @@ fn main() {
|
||||||
$if !windows {
|
$if !windows {
|
||||||
println('This will get compiled on non-windows platforms.')
|
println('This will get compiled on non-windows platforms.')
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
$if !linux {
|
$if !linux {
|
||||||
println('Only non linux platforms will get this')
|
println('Only non linux platforms will get this')
|
||||||
} $else {
|
} $else {
|
||||||
|
|
Loading…
Reference in New Issue