diff options
Diffstat (limited to 'tests/constructors/t5965_1.nim')
-rw-r--r-- | tests/constructors/t5965_1.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/constructors/t5965_1.nim b/tests/constructors/t5965_1.nim index 9f947f859..abf07b21c 100644 --- a/tests/constructors/t5965_1.nim +++ b/tests/constructors/t5965_1.nim @@ -1,7 +1,7 @@ discard """ + errormsg: "incorrect object construction syntax" file: "t5965_1.nim" line: 10 - errormsg: "incorrect object construction syntax" """ type Foo = object |