summary refs log tree commit diff stats
path: root/tests/stdlib/tgetfileinfo.nim
Commit message (Collapse)AuthorAgeFilesLines
* Clean up tests/stdlibdef2015-02-041-3/+6
| | | | | | | 2 tests still fail: - tircbot would need a benign pragma because of the locks - tgetfileinfo uses os.getFileInfo() on nil, which segfaults instead of throwing an exception as the tester expects
* Added tests for getFileInfo proc.Clay Sweetser2014-04-161-0/+93
el&id=c682a1da2b4f364718aaa5e895885043a6f7b873'>c682a1da2 ^
e32bfef5c ^
000b8afd2 ^
c682a1da2 ^




e80465dac ^
c682a1da2 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25