Skip to content

Commit

Permalink
Update test output for exception CLC proposals
Browse files Browse the repository at this point in the history
The following two proposals add exception type info to the output
of displayException:

haskell/core-libraries-committee#231
haskell/core-libraries-committee#261

This commit updates the test output here to match:

https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12242
  • Loading branch information
tbidne committed Jul 23, 2024
1 parent 3d801a0 commit e9e9aaa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/stm055.stderr
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
stm055: Control.Concurrent.STM.atomically was nested
stm055: Exception:

Control.Concurrent.STM.atomically was nested

Package: ghc-internal
Module: GHC.Internal.Control.Exception.Base
Type: NestedAtomically

0 comments on commit e9e9aaa

Please sign in to comment.