diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Helper.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Helper.hs b/test/Helper.hs index 833e2ca1..f0a3c05f 100644 --- a/test/Helper.hs +++ b/test/Helper.hs @@ -181,4 +181,6 @@ dynFlags = defaultDynFlags settings , pc_OFFSET_StgFunInfoExtraRev_arity = 0 , pc_REP_StgFunInfoExtraRev_arity = 0 , pc_OFFSET_StgArrWords_bytes = 0 + , pc_SIZEOF_StgSmallMutArrPtrs_NoHdr = 0 + , pc_OFFSET_StgSmallMutArrPtrs_ptrs = 0 } |