diff options
Diffstat (limited to 'tests/proc/tstaticsignature.nim')
-rw-r--r-- | tests/proc/tstaticsignature.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proc/tstaticsignature.nim b/tests/proc/tstaticsignature.nim index 17b7d0061..3c6d66b2b 100644 --- a/tests/proc/tstaticsignature.nim +++ b/tests/proc/tstaticsignature.nim @@ -223,7 +223,7 @@ block: # issue #7547 let z = initContainsFoo(5) # Error: undeclared identifier: 'N' doAssert z.Ffoo is int -when false: # issue #22607, needs nkWhenStmt to be handled like nkRecWhen +block: # issue #22607, needs nkWhenStmt to be handled like nkRecWhen proc test[x: static bool]( t: ( when x: |