From abc871315bcc3e5be8a33e6405194bd460e661c9 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Sat, 10 Aug 2024 15:11:25 +0300 Subject: [PATCH] enable deepcopy Signed-off-by: George Lemon --- tests/config.nims | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/config.nims b/tests/config.nims index 3bb69f8..3755cef 100644 --- a/tests/config.nims +++ b/tests/config.nims @@ -1 +1,2 @@ -switch("path", "$projectDir/../src") \ No newline at end of file +switch("path", "$projectDir/../src") +switch("deepcopy", "on") \ No newline at end of file