From 420ed0596b8114c67275c4702fa3524ebd76e5eb Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 13 Aug 2018 17:27:44 +0200 Subject: fixes more nil handling regressions --- tests/pragmas/custom_pragma.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pragmas') diff --git a/tests/pragmas/custom_pragma.nim b/tests/pragmas/custom_pragma.nim index 9e8f51deb..d2fc969d0 100644 --- a/tests/pragmas/custom_pragma.nim +++ b/tests/pragmas/custom_pragma.nim @@ -2,4 +2,4 @@ template serializationKey*(s: string) {.pragma.} template defaultValue*(V: typed) {.pragma.} -template alternativeKey*(s: string = nil, V: typed) {.pragma.} \ No newline at end of file +template alternativeKey*(s: string = "", V: typed) {.pragma.} -- cgit 1.4.1-2-gfad0