diff options
author | Bodigrim <andrew.lelechenko@gmail.com> | 2023-01-19 00:50:41 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-03-30 14:35:57 -0400 |
commit | d2d8251b32a3546bb4984c9bd027917883ab4969 (patch) | |
tree | 164df3825d6e64047ffc32f2b5873b52545c2316 /testsuite/tests/th | |
parent | 7c7dbade771dabaf33a2f0e0675e26865a213968 (diff) | |
download | haskell-d2d8251b32a3546bb4984c9bd027917883ab4969.tar.gz |
Fix tests
Diffstat (limited to 'testsuite/tests/th')
-rw-r--r-- | testsuite/tests/th/T4135a.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/th/TH_tf1.hs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/th/T4135a.hs b/testsuite/tests/th/T4135a.hs index d78de088a0..d3cb800ed5 100644 --- a/testsuite/tests/th/T4135a.hs +++ b/testsuite/tests/th/T4135a.hs @@ -1,5 +1,6 @@ {-# LANGUAGE TemplateHaskell, MultiParamTypeClasses, TypeFamilies, FlexibleInstances #-} +{-# OPTIONS_GHC -Wno-x-partial #-} module T4135a where diff --git a/testsuite/tests/th/TH_tf1.hs b/testsuite/tests/th/TH_tf1.hs index 43ac2d3379..3178a1cd18 100644 --- a/testsuite/tests/th/TH_tf1.hs +++ b/testsuite/tests/th/TH_tf1.hs @@ -1,4 +1,5 @@ {-# LANGUAGE TypeFamilies #-} +{-# OPTIONS_GHC -Wno-x-partial #-} module TH_tf1 where |