mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
megatest now checks refc too (#21341)
* megatest now checks refc too * fixes refc
This commit is contained in:
@@ -174,4 +174,5 @@ block: # bug #12589
|
||||
proc typ(): OGRwkbGeometryType =
|
||||
return wkbPoint25D
|
||||
|
||||
doAssert $typ() == "wkbPoint25D"
|
||||
when not defined(gcRefc):
|
||||
doAssert $typ() == "wkbPoint25D"
|
||||
|
||||
Reference in New Issue
Block a user