diff options
author | Ori Bernstein <ori@eigenstate.org> | 2014-12-26 16:40:47 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2014-12-26 16:40:47 -0800 |
commit | 58a0d98d862e66a12f86a6138b84c5157d0ca2dc (patch) | |
tree | 76c97cbd206a7884e48aadbe65e58ef3f8a64c58 /test/import-type.myr | |
parent | f60b9b1dbca535db41a09c6b82531af1c135da73 (diff) | |
download | mc-58a0d98d862e66a12f86a6138b84c5157d0ca2dc.tar.gz |
Plan 9 currently has no sys.statbuf.
Diffstat (limited to 'test/import-type.myr')
-rw-r--r-- | test/import-type.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/import-type.myr b/test/import-type.myr index eb342ec..0a8773e 100644 --- a/test/import-type.myr +++ b/test/import-type.myr @@ -4,5 +4,5 @@ use sys const main = { var x : std.size var y : std.off - var z : sys.statbuf + var z : sys.fd } |