From 493583b7f45e59e371fbc067d74629ad84c99801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 9 May 2019 16:34:01 +0200 Subject: [PATCH] cosmetic change --- json_rpc.nimble | 3 --- tests/testrpcmacro.nim | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/json_rpc.nimble b/json_rpc.nimble index 74e7768..c20807f 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -20,9 +20,6 @@ proc configForTests() = --run --forceBuild --threads: on - # https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051 - if hostOS == "windows": - --define: "chronicles_colors=NoColors" task test, "run tests": configForTests() diff --git a/tests/testrpcmacro.nim b/tests/testrpcmacro.nim index 9d1a560..c84ce2e 100644 --- a/tests/testrpcmacro.nim +++ b/tests/testrpcmacro.nim @@ -117,7 +117,7 @@ s.rpc("rpc.optInObj") do(data: string, options: Option[MaybeOptions]) -> int: if o.o1.isSome: result += 1 if o.o2.isSome: result += 2 if o.o3.isSome: result += 4 - + # Tests suite "Server types": test "On macro registration":