summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-02-19 12:30:39 +0100
committerGitHub <noreply@github.com>2021-02-19 12:30:39 +0100
commit4395a267646ec677b06e3b0687a64331a646c190 (patch)
treefa6b8981cb9d9fd6d5c999fd7bb191bda74dd456 /testament
parentc1a06bd56ed78406a52d1b45cfe18b61ea8d7520 (diff)
downloadNim-4395a267646ec677b06e3b0687a64331a646c190.tar.gz
fixes #17085 [backport:1.2] (#17101)
Diffstat (limited to 'testament')
-rw-r--r--testament/categories.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/categories.nim b/testament/categories.nim
index e1db9aa10..e6f9698df 100644
--- a/testament/categories.nim
+++ b/testament/categories.nim
@@ -174,6 +174,7 @@ proc gcTests(r: var TResults, cat: Category, options: string) =
 
   test "stackrefleak"
   test "cyclecollector"
+  test "trace_globals"
 
 proc longGCTests(r: var TResults, cat: Category, options: string) =
   when defined(windows):