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.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/concepts/twrapconcept.nim b/tests/concepts/twrapconcept.nim
index 377b63afe..c3dea2ff9 100644
--- a/tests/concepts/twrapconcept.nim
+++ b/tests/concepts/twrapconcept.nim
@@ -1,7 +1,6 @@
 discard """
   errormsg: "type mismatch: got <string>"
-  line: 21
-  nimout: "twrapconcept.nim(11, 5) Foo: concept predicate failed"
+  nimout: "twrapconcept.nim(10, 5) Foo: concept predicate failed"
 """
 
 # https://github.com/nim-lang/Nim/issues/5127