cosmetic change

This commit is contained in:
Ștefan Talpalaru 2019-05-09 16:34:01 +02:00
parent 40411aef5a
commit 493583b7f4
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 1 additions and 4 deletions

View File

@ -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()

View File

@ -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":