diff options
Diffstat (limited to 'lib/pure')
-rw-r--r-- | lib/pure/unittest.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/unittest.nim b/lib/pure/unittest.nim index 814626cfa..8e7c8efe6 100644 --- a/lib/pure/unittest.nim +++ b/lib/pure/unittest.nim @@ -224,3 +224,5 @@ if envOutLvl.len > 0: if $opt == envOutLvl: outputLevel = opt break + +system.addQuitProc(resetAttributes) |