summary refs log tree commit diff stats
path: root/tests/seq
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-09-24 12:25:40 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-09-24 16:00:57 +0200
commit9a9005622b9aec69f48fe80344fc4d500862c578 (patch)
tree41b9bb6e43875705538c100bf8cf8eced94bdbef /tests/seq
parent9364369c1f346b9b328274f495267488bfe30b63 (diff)
downloadNim-9a9005622b9aec69f48fe80344fc4d500862c578.tar.gz
make t7346 work again
Diffstat (limited to 'tests/seq')
-rw-r--r--tests/seq/t7346.nim10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/seq/t7346.nim b/tests/seq/t7346.nim
deleted file mode 100644
index ef2fd5b79..000000000
--- a/tests/seq/t7346.nim
+++ /dev/null
@@ -1,10 +0,0 @@
-when not defined(nimNewRuntime):
-  {.error: "This bug could only be reproduced with --newruntime".}
-
-type
-  Obj = object
-    a: int
-
-proc `=`(a: var Obj, b: Obj) = discard
-
-let a: seq[Obj] = @[]
\ No newline at end of file