Skip to content
Snippets Groups Projects
Verified Commit 7722b040 authored by Tommy Bidne's avatar Tommy Bidne
Browse files

Update tests

https://github.com/haskell/core-libraries-committee/issues/231

Also swap Trustworthy for Safe to placate -Wtrustworthy-safe
in ghc tests.
parent a5bf9f0a
No related branches found
No related tags found
1 merge request!27Update tests for new exception message
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE Safe #-}
-----------------------------------------------------------------------------
-- |
......
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE Safe #-}
-----------------------------------------------------------------------------
-- |
-- Module : Data.Array.ST.Safe
......
T229: Data.Array.Base.safe_scale: Overflow; scale: 4, n: 1073741824
CallStack (from HasCallStack):
error, called at libraries/array/Data/Array/Base.hs:1356:20 in array-0.5.1.2:Data.Array.Base
Package: base
Module: GHC.Exception
Name: ErrorCall
\ No newline at end of file
T229: Data.Array.Base.safe_scale: Overflow; scale: 4, n: 4611686018427387904
CallStack (from HasCallStack):
error, called at libraries/array/Data/Array/Base.hs:1356:20 in array-0.5.1.2:Data.Array.Base
Package: base
Module: GHC.Exception
Name: ErrorCall
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment