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:
parent
8426db7fe5
commit
80888b9518
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user