Update BackendPassesTest to match my last _sizes change.
This commit is contained in:
parent
6df110dce4
commit
3996a1379b
|
@ -220,7 +220,7 @@ qcTestDeclareSizes =
|
|||
-- spectype of foo, spectype of foo_sizes
|
||||
testFoo :: TestMonad m r => Int -> (A.SpecType, A.SpecType, State CompState ()) -> m ()
|
||||
testFoo n (fooSpec, fooSizesSpec, st) = test n
|
||||
(strFoo $ strFooSizes term)
|
||||
(strFooSizes $ strFoo term)
|
||||
(strFoo term) st (checkFooSizes fooSizesSpec)
|
||||
where
|
||||
strFoo :: Data a => A.Structured a -> A.Structured a
|
||||
|
|
Loading…
Reference in New Issue
Block a user