diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-09-24 12:25:40 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-09-24 16:00:57 +0200 |
commit | 9a9005622b9aec69f48fe80344fc4d500862c578 (patch) | |
tree | 41b9bb6e43875705538c100bf8cf8eced94bdbef /tests/seq | |
parent | 9364369c1f346b9b328274f495267488bfe30b63 (diff) | |
download | Nim-9a9005622b9aec69f48fe80344fc4d500862c578.tar.gz |
make t7346 work again
Diffstat (limited to 'tests/seq')
-rw-r--r-- | tests/seq/t7346.nim | 10 |
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 |