Skip to content

Commit 10e5e0a

Browse files
committed
Tests: replace ErrorCallWithLocation with ErrorCall
1 parent 15bfb53 commit 10e5e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Tests/Vector.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ prop_nthBit_6 :: NonNegative Int -> U.Vector Bit -> Property
280280
prop_nthBit_6 (NonNegative n) xs = ioProperty $ do
281281
ret <- try (evaluate (nthBitIndex (Bit True) (-n) xs))
282282
pure $ property $ case ret of
283-
Left ErrorCallWithLocation{} -> True
283+
Left ErrorCall{} -> True
284284
_ -> False
285285

286286
case_nthBit_1 :: Property

0 commit comments

Comments
 (0)