diff options
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): |