From 96e7ee91cced216e287b9dadb6eec97147347989 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 21 Feb 2012 21:03:36 +0100 Subject: added docgen.rst2html for the forum; fixed tester bug concerning removeDir --- tests/specials.nim | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/specials.nim b/tests/specials.nim index d10452b98..05eda6061 100644 --- a/tests/specials.nim +++ b/tests/specials.nim @@ -15,7 +15,13 @@ const rodfilesDir = "tests/rodfiles" -proc delNimCache() = removeDir(rodfilesDir / "nimcache") +proc delNimCache() = + let dir = rodfilesDir / "nimcache" + try: + removeDir(dir) + except EOS: + echo "[Warning] could not delete: ", dir + proc plusCache(options: string): string = return options & " --symbolFiles:on" proc runRodFiles(r: var TResults, options: string) = -- cgit 1.4.1-2-gfad0 ='hlt' selected='selected'>hlt Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/034address.cc
blob: a71f5194f47f70e80966ddc0c4c903f75918fa6c (plain) (tree)
1
2
3
4
5
6
7
8