From e7878c0d0887b198583c96c854d6811e1a5907ad Mon Sep 17 00:00:00 2001 From: Miran Date: Sat, 23 Feb 2019 10:41:35 +0100 Subject: add tests for recently closed issues (#10722) --- tests/destructor/t7346.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/destructor') diff --git a/tests/destructor/t7346.nim b/tests/destructor/t7346.nim index ef2fd5b79..17f56681e 100644 --- a/tests/destructor/t7346.nim +++ b/tests/destructor/t7346.nim @@ -7,4 +7,5 @@ type proc `=`(a: var Obj, b: Obj) = discard -let a: seq[Obj] = @[] \ No newline at end of file +let a: seq[Obj] = @[] # bug #7346 +let b = newSeq[Obj]() # bug #7345 -- cgit 1.4.1-2-gfad0 b3d6203f4431f9f53'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/update_html
blob: b9a7ad798853fbf26d97231fac5378a18611a595 (plain) (tree)
1
2
3
4
5
6
7
8