From 76c347515aaf1201c1307422b64494514c6301f9 Mon Sep 17 00:00:00 2001 From: narimiran Date: Thu, 1 Dec 2022 08:42:19 +0100 Subject: [PATCH] remove unneeded import in the test --- tests/specialops/tnewseq.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/specialops/tnewseq.nim b/tests/specialops/tnewseq.nim index 970a5a8c29..357b1a25df 100644 --- a/tests/specialops/tnewseq.nim +++ b/tests/specialops/tnewseq.nim @@ -1,7 +1,5 @@ # issue #6981 -import std/assertions - {.experimental: "callOperator".} block: # issue #6981