summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorcooldome <cdome@bk.ru>2018-10-28 12:40:42 +0000
committerAndreas Rumpf <rumpf_a@web.de>2018-10-28 13:40:42 +0100
commitdfb8730f51a022ff02bdd973e6c5946cfdcdc3c6 (patch)
tree41ee6f51c072825cd35e19805ffd62d2f502afde /testament
parentf670c55daa3fdad32c02b9c1f0ec0d9031adee62 (diff)
downloadNim-dfb8730f51a022ff02bdd973e6c5946cfdcdc3c6.tar.gz
Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)
* Fixes #9434
Diffstat (limited to 'testament')
-rw-r--r--testament/categories.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/testament/categories.nim b/testament/categories.nim
index 429330677..36f2a271a 100644
--- a/testament/categories.nim
+++ b/testament/categories.nim
@@ -246,7 +246,6 @@ proc jsTests(r: var TResults, cat: Category, options: string) =
   for testfile in ["exception/texceptions", "exception/texcpt1",
                    "exception/texcsub", "exception/tfinally",
                    "exception/tfinally2", "exception/tfinally3",
-                   "exception/tunhandledexc",
                    "actiontable/tactiontable", "method/tmultimjs",
                    "varres/tvarres0", "varres/tvarres3", "varres/tvarres4",
                    "varres/tvartup", "misc/tints", "misc/tunsignedinc",