From 24857a016238f58f9c352527c4ddf7ebddeea2a4 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 23 Mar 2023 23:06:31 +0800 Subject: [PATCH] fixes a test --- tests/constructors/t5965_1.nim | 6 ------ 1 file changed, 6 deletions(-) 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