From 97a29710288fb8d4899f6adb12a9f59c67bf730a Mon Sep 17 00:00:00 2001 From: Ryan McConnell Date: Wed, 27 Nov 2024 02:30:47 -0500 Subject: [PATCH] test adjust --- tests/concepts/{conceptsv2Helper.nim => conceptsv2_helper.nim} | 0 tests/concepts/tconceptsv2.nim | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/concepts/{conceptsv2Helper.nim => conceptsv2_helper.nim} (100%) diff --git a/tests/concepts/conceptsv2Helper.nim b/tests/concepts/conceptsv2_helper.nim similarity index 100% rename from tests/concepts/conceptsv2Helper.nim rename to tests/concepts/conceptsv2_helper.nim diff --git a/tests/concepts/tconceptsv2.nim b/tests/concepts/tconceptsv2.nim index b5933b2dda17..eec999cae363 100644 --- a/tests/concepts/tconceptsv2.nim +++ b/tests/concepts/tconceptsv2.nim @@ -7,7 +7,7 @@ A[array[0..0, int]] A[seq[int]] ''' """ -import conceptsv2Helper +import conceptsv2_helper block: # issue #24451 type