mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
rename $if mac => $if macos , _mac.v => _darwin.v
This commit is contained in:

committed by
Alexander Medvednikov

parent
760448afa4
commit
7882312697
@ -2,7 +2,7 @@
|
||||
|
||||
fn test_open() {
|
||||
/*
|
||||
$if mac {
|
||||
$if macos {
|
||||
f := os2.create('os2.test')
|
||||
f.writeln('hello world!')
|
||||
f.close()
|
||||
|
Reference in New Issue
Block a user