diff --git a/tests/constructors/t5965_1.nim b/tests/constructors/t5965_1.nim index abf07b21c8..b4f496941f 100644 --- a/tests/constructors/t5965_1.nim +++ b/tests/constructors/t5965_1.nim @@ -1,9 +1,3 @@ -discard """ - errormsg: "incorrect object construction syntax" - file: "t5965_1.nim" - line: 10 -""" - type Foo = object a, b, c: int