diff options
Diffstat (limited to 'tests/misc/tdllvar.nim')
-rw-r--r-- | tests/misc/tdllvar.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tdllvar.nim b/tests/misc/tdllvar.nim index 5a31dfbbb..1c1238e8d 100644 --- a/tests/misc/tdllvar.nim +++ b/tests/misc/tdllvar.nim @@ -1,6 +1,6 @@ import os -proc getDllName: string = +proc getDllName: string = result = "mylib.dll" if fileExists(result): return result = "mylib2.dll" |