From 6d3740e68631530dd612d5dc56cc83b990003e25 Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 7 Aug 2024 04:10:34 -0400 Subject: CLI option parsing and recursively search calendar path --- tests/tconditions.nim | 2 +- tests/ttypechecker.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/tconditions.nim b/tests/tconditions.nim index 4732546..a0298e4 100644 --- a/tests/tconditions.nim +++ b/tests/tconditions.nim @@ -1,4 +1,4 @@ -import then/conditions +import soon/conditions import std/[unittest] import std/[times] diff --git a/tests/ttypechecker.nim b/tests/ttypechecker.nim index ee81fc4..5e76c2f 100644 --- a/tests/ttypechecker.nim +++ b/tests/ttypechecker.nim @@ -1,4 +1,4 @@ -import then/typechecker +import soon/typechecker import std/[unittest] test "Testing typechecker": -- cgit v1.2.3