diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-02-19 12:30:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 12:30:39 +0100 |
commit | 4395a267646ec677b06e3b0687a64331a646c190 (patch) | |
tree | fa6b8981cb9d9fd6d5c999fd7bb191bda74dd456 /testament | |
parent | c1a06bd56ed78406a52d1b45cfe18b61ea8d7520 (diff) | |
download | Nim-4395a267646ec677b06e3b0687a64331a646c190.tar.gz |
fixes #17085 [backport:1.2] (#17101)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/categories.nim | 1 |
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): |