summary refs log tree commit diff stats
path: root/tests/testament/categories.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-08-29 11:52:41 +0200
committerGitHub <noreply@github.com>2016-08-29 11:52:41 +0200
commit10ee254a502042965beaa4af3000008f4f45299b (patch)
tree993972f2b84efd44d741dcd2bf4d6c858485cc37 /tests/testament/categories.nim
parent7d76f494064621a075701d3a68c7cd0b0a483eaf (diff)
parentfc4bced41b174668c5239afda1d5aade45f055bf (diff)
downloadNim-10ee254a502042965beaa4af3000008f4f45299b.tar.gz
Merge pull request #4661 from yglukhov/js-uncaught-stacktrace
Uncaught exceptions in JS now always propagate with better stack trace. Fixed codegen bug.
Diffstat (limited to 'tests/testament/categories.nim')
-rw-r--r--tests/testament/categories.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim
index 820078c54..29b6d9aba 100644
--- a/tests/testament/categories.nim
+++ b/tests/testament/categories.nim
@@ -221,6 +221,7 @@ 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/tmultim1",
                    "method/tmultim3", "method/tmultim4",
                    "varres/tvarres0", "varres/tvarres3", "varres/tvarres4",