enable static tests for topenarray (#20620)

This commit is contained in:
ringabout
2022-10-23 00:36:11 +08:00
committed by GitHub
parent 9361938ccd
commit fa1606c6d6

View File

@@ -50,4 +50,4 @@ proc main =
main()
# static: main() # xxx bug #15952: Error: cannot generate code for: mSlice
static: main()