From 00b66bf92c8b566f6f0bd27595ea16a13acfa549 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Wed, 22 Apr 2020 09:25:23 -0500 Subject: Change FILE* to File --- tests/config.nims.disabled | 7 ------- tests/nim.cfg | 3 +-- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 tests/config.nims.disabled (limited to 'tests') diff --git a/tests/config.nims.disabled b/tests/config.nims.disabled deleted file mode 100644 index 06a791e..0000000 --- a/tests/config.nims.disabled +++ /dev/null @@ -1,7 +0,0 @@ -#[ -pending https://github.com/nim-lang/Nim/pull/10530 -note: nimble init installs something like this (maybe without src in this case) -switch("path", "$projectDir/../src") -but it doesn't seem robust in case tests have subdirs, so, changing to ../ seems better -]# -switch("path", "..") diff --git a/tests/nim.cfg b/tests/nim.cfg index 3936716..5bb1fab 100644 --- a/tests/nim.cfg +++ b/tests/nim.cfg @@ -1,2 +1 @@ -# TODO: pending https://github.com/nimterop/nimterop/issues/110 remove in favor of config.nims ---path:".." +--path:".." \ No newline at end of file -- cgit v1.2.3