megatest now checks refc too (#21341)

* megatest now checks refc too

* fixes refc
This commit is contained in:
ringabout
2023-02-10 05:14:39 +08:00
committed by GitHub
parent be4912681f
commit 51f410e1d5
5 changed files with 15 additions and 3 deletions

View File

@@ -174,4 +174,5 @@ block: # bug #12589
proc typ(): OGRwkbGeometryType =
return wkbPoint25D
doAssert $typ() == "wkbPoint25D"
when not defined(gcRefc):
doAssert $typ() == "wkbPoint25D"