summary refs log tree commit diff stats
path: root/tests/concepts/twrapconcept.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/concepts/twrapconcept.nim')
-rw-r--r--tests/concepts/twrapconcept.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/concepts/twrapconcept.nim b/tests/concepts/twrapconcept.nim
index 25a855e34..377b63afe 100644
--- a/tests/concepts/twrapconcept.nim
+++ b/tests/concepts/twrapconcept.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "type mismatch: got (string)"
+  errormsg: "type mismatch: got <string>"
   line: 21
   nimout: "twrapconcept.nim(11, 5) Foo: concept predicate failed"
 """
@@ -9,7 +9,7 @@ discard """
 type
   Foo = concept foo
     foo.get is int
-  
+
   FooWrap[F: Foo] = object
     foo: F