diff options
Diffstat (limited to 'tests/tposix.nim')
-rwxr-xr-x | tests/tposix.nim | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/tposix.nim b/tests/tposix.nim deleted file mode 100755 index 87ea3acaf..000000000 --- a/tests/tposix.nim +++ /dev/null @@ -1,13 +0,0 @@ -# Test Posix interface - -import posix - -var - u: Tutsname - -discard uname(u) - -writeln(stdout, u.sysname) -writeln(stdout, u.nodename) -writeln(stdout, u.release) -writeln(stdout, u.machine) |