summary refs log tree commit diff stats
path: root/tests/concepts/t20237.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/concepts/t20237.nim')
-rw-r--r--tests/concepts/t20237.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/concepts/t20237.nim b/tests/concepts/t20237.nim
index db9002421..175c7a9d1 100644
--- a/tests/concepts/t20237.nim
+++ b/tests/concepts/t20237.nim
@@ -1,3 +1,3 @@
-type Foo = concept
+type Foo* = concept
   ## doc comment
   proc foo(x: Self)