diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-05-03 15:08:45 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-19 04:57:51 -0400 |
commit | cfc8e2e2e3c9d9044f8f4d100c102b005695905f (patch) | |
tree | 5aca3d8e9be99bfa81581f949c529b47c45a87ec /libraries/base/tests/T13167.stderr | |
parent | 828fbd8ac79c6a163584bd4aed25bef6db4a2a4a (diff) | |
download | haskell-cfc8e2e2e3c9d9044f8f4d100c102b005695905f.tar.gz |
base: Introduce [sg]etFinalizerExceptionHandler
This introduces a global hook which is called when an exception is
thrown during finalization.
Diffstat (limited to 'libraries/base/tests/T13167.stderr')
-rw-r--r-- | libraries/base/tests/T13167.stderr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/base/tests/T13167.stderr b/libraries/base/tests/T13167.stderr new file mode 100644 index 0000000000..ecb0102c0b --- /dev/null +++ b/libraries/base/tests/T13167.stderr @@ -0,0 +1,4 @@ +Exception during Weak# finalization (ignored): failed +Exception during Weak# finalization (ignored): failed +Exception during Weak# finalization (ignored): failed +Exception during Weak# finalization (ignored): failed |