Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/Tests/Properties/Folds.hs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ testFolds =
testProperty "t_foldlM'" t_foldlM',
testProperty "tl_foldlM'" tl_foldlM',
#ifdef MIN_VERSION_tasty_inspection_testing
let _unused = ['_S_foldl'_from_foldlM', '_S_foldl'] in
$(inspectTest ('_S_foldl'_from_foldlM' ==~ '_S_foldl')),
#endif
testCase "fold_apart" fold_apart,
Expand Down
4 changes: 3 additions & 1 deletion tests/Tests/Properties/LowLevel.hs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ testLowLevel =
testCase "t_literal_length2" t_literal_length2,
testCase "t_literal_surrogates" t_literal_surrogates
#ifdef MIN_VERSION_tasty_inspection_testing
, $(inspectObligations
-- Hack to force GHC to keep the binding around until this is fixed: https://gitlab.haskell.org/ghc/ghc/-/issues/26436
, let _unused = 't_literal_foo in
$(inspectObligations
[ (`hasNoTypes` [''Char, ''[]])
, (`doesNotUseAnyOf` ['T.pack, 'S.unstream, 'T.map, 'safe, 'S.streamList])
, (`doesNotUseAnyOf` ['GHC.unpackCString#, 'GHC.unpackCStringUtf8#])
Expand Down