diff options
Diffstat (limited to 'tests/proc/t17157.nim')
-rw-r--r-- | tests/proc/t17157.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/proc/t17157.nim b/tests/proc/t17157.nim index 2927eeee8..020e93fce 100644 --- a/tests/proc/t17157.nim +++ b/tests/proc/t17157.nim @@ -1,6 +1,5 @@ discard """ errormsg: "'untyped' is only allowed in templates and macros or magic procs" - disabled: true """ template something(op: proc (v: untyped): void): void = |