mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 13:33:22 +00:00
Clean up tests/static
tstaticparammacro still fails
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
output: "111"
|
||||
output: ""
|
||||
"""
|
||||
|
||||
type Matrix[M,N: static[int]] = array[M, array[N, float]]
|
||||
|
||||
Reference in New Issue
Block a user