From f55831a2c8f3963c146299df970ffcdbbd25b300 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:52:33 +1100 Subject: [PATCH] reinstate removed types --- tests/integration/testmanager.nim | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/integration/testmanager.nim b/tests/integration/testmanager.nim index e71f9536..651e9d6b 100644 --- a/tests/integration/testmanager.nim +++ b/tests/integration/testmanager.nim @@ -56,6 +56,15 @@ type TestManagerError* = object of CatchableError + Border {.pure.} = enum + Left, Right + Align {.pure.} = enum + Left, Right + + MarkerPosition {.pure.} = enum + Start, + Finish + {.push raises: [].} logScope: