summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-12-04 07:42:58 +0100
committerGitHub <noreply@github.com>2021-12-04 07:42:58 +0100
commitd584dd5b99f4c1e32477db2dfb791d52b0139df1 (patch)
tree54363ac661b46e59385dd3a0cb453bd967ddfba7 /tests
parent23c117a950a3ce0e3c85d4f89409075329648230 (diff)
downloadNim-d584dd5b99f4c1e32477db2dfb791d52b0139df1.tar.gz
fixes #19015 [backport:1.6] (#19204)
Diffstat (limited to 'tests')
-rw-r--r--tests/misc/trfc405.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/trfc405.nim b/tests/misc/trfc405.nim
index adc39b1df..8c967eb77 100644
--- a/tests/misc/trfc405.nim
+++ b/tests/misc/trfc405.nim
@@ -1,3 +1,6 @@
+
+{.experimental: "flexibleOptionalParams".}
+
 # https://github.com/nim-lang/RFCs/issues/405
 
 template main =