diff options
Diffstat (limited to 'tests/constr/tnocompiletimefunclambda.nim')
-rw-r--r-- | tests/constr/tnocompiletimefunclambda.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/constr/tnocompiletimefunclambda.nim b/tests/constr/tnocompiletimefunclambda.nim deleted file mode 100644 index d134eea40..000000000 --- a/tests/constr/tnocompiletimefunclambda.nim +++ /dev/null @@ -1,6 +0,0 @@ -discard """ - errormsg: "request to generate code for .compileTime proc: :anonymous" -""" - -let a = func(a: varargs[int]) {.compileTime, closure.} = - discard a[0] \ No newline at end of file |