summary refs log tree commit diff stats
path: root/tests/ccgbugs/twrong_setconstr.nim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-04-17 11:54:51 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-04-17 11:54:51 +0200
commit43832f8e575b472907579b74dca0797f8130baa8 (patch)
tree0b6b7490bc3cf13227d43d9632f687eb609a854e /tests/ccgbugs/twrong_setconstr.nim
parentd8a8c8806f207fbd8bd525ae51c6d4a91988ad61 (diff)
downloadNim-43832f8e575b472907579b74dca0797f8130baa8.tar.gz
remove shadow warning, fixes #10732 (#11039)
Diffstat (limited to 'tests/ccgbugs/twrong_setconstr.nim')
-rw-r--r--tests/ccgbugs/twrong_setconstr.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ccgbugs/twrong_setconstr.nim b/tests/ccgbugs/twrong_setconstr.nim
index f03ffd928..8be0b82b5 100644
--- a/tests/ccgbugs/twrong_setconstr.nim
+++ b/tests/ccgbugs/twrong_setconstr.nim
@@ -109,7 +109,7 @@ type
     warnFieldXNotSupported, warnCommentXIgnored,
     warnNilStatement, warnTypelessParam,
     warnDifferentHeaps, warnWriteToForeignHeap, warnUnsafeCode,
-    warnEachIdentIsTuple, warnShadowIdent,
+    warnEachIdentIsTuple
     warnProveInit, warnProveField, warnProveIndex, warnGcUnsafe, warnGcUnsafe2,
     warnUninit, warnGcMem, warnDestructor, warnLockLevel, warnResultShadowed,
     warnUser,