Skip to content

Commit dab6c36

Browse files
committed
Tweak tests
1 parent da04466 commit dab6c36

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tests/test/Main.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
module Main (main) where
2-
import Tests (main)
2+
-- https://gitlab.haskell.org/ghc/ghc/-/issues/19397
3+
import qualified Tests
4+
main :: IO ()
5+
main = Tests.main

vec/test/Inspection/DataFamily/SpineStrict/Pigeonhole.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{-# OPTIONS_GHC -dsuppress-type-signatures #-}
1010
-- {-# OPTIONS_GHC -dsuppress-uniques #-}
1111
-- This makes gix tests pass, default is 60
12-
{-# OPTIONS_GHC -funfolding-use-threshold=200 #-}
12+
{-# OPTIONS_GHC -funfolding-use-threshold=240 #-}
1313
module Inspection.DataFamily.SpineStrict.Pigeonhole where
1414

1515
import Data.Functor.Compat ((<&>))

0 commit comments

Comments
 (0)