enable static tests for topenarray (#20620)

(cherry picked from commit fa1606c6d6)
This commit is contained in:
ringabout
2022-10-23 00:36:11 +08:00
committed by narimiran
parent 32171fc66d
commit 46543d8e9b

View File

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