summary refs log tree commit diff stats
path: root/tests/concepts/tmisc_issues.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2017-04-15 01:44:33 +0300
committerZahary Karadjov <zahary@gmail.com>2017-04-15 02:53:28 +0300
commitbf4ce87e5b9e074445621716d048f2e49826585b (patch)
tree500a6c9b868e0bcabb7e4dd64172811b973ec1bc /tests/concepts/tmisc_issues.nim
parentd578815963ad603bc083ac0cf15b29ff9a6e4ed7 (diff)
downloadNim-bf4ce87e5b9e074445621716d048f2e49826585b.tar.gz
fix #5689
Diffstat (limited to 'tests/concepts/tmisc_issues.nim')
-rw-r--r--tests/concepts/tmisc_issues.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/concepts/tmisc_issues.nim b/tests/concepts/tmisc_issues.nim
index 10e072521..d9bb84a2f 100644
--- a/tests/concepts/tmisc_issues.nim
+++ b/tests/concepts/tmisc_issues.nim
@@ -42,7 +42,7 @@ echo p2 is AbstractPointOfFloat      # true
 echo p2.x is float and p2.y is float # true
 
 # https://github.com/nim-lang/Nim/issues/2018
-type ProtocolFollower = generic
+type ProtocolFollower = concept
   true # not a particularly involved protocol
 
 type ImplementorA = object