summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2023-01-19 00:50:41 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-30 14:35:57 -0400
commitd2d8251b32a3546bb4984c9bd027917883ab4969 (patch)
tree164df3825d6e64047ffc32f2b5873b52545c2316 /testsuite/tests/parser/should_compile
parent7c7dbade771dabaf33a2f0e0675e26865a213968 (diff)
downloadhaskell-d2d8251b32a3546bb4984c9bd027917883ab4969.tar.gz
Fix tests
Diffstat (limited to 'testsuite/tests/parser/should_compile')
-rw-r--r--testsuite/tests/parser/should_compile/T13600b.hs1
-rw-r--r--testsuite/tests/parser/should_compile/read024.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_compile/T13600b.hs b/testsuite/tests/parser/should_compile/T13600b.hs
index 14796426e9..347f03df71 100644
--- a/testsuite/tests/parser/should_compile/T13600b.hs
+++ b/testsuite/tests/parser/should_compile/T13600b.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS_GHC -Wno-x-partial #-}
module T13600b where
f ! (Just x) = f !! x
diff --git a/testsuite/tests/parser/should_compile/read024.hs b/testsuite/tests/parser/should_compile/read024.hs
index f00ddb002c..92b3794ae2 100644
--- a/testsuite/tests/parser/should_compile/read024.hs
+++ b/testsuite/tests/parser/should_compile/read024.hs
@@ -1,4 +1,5 @@
-- !!! checking that special ids are correctly handled.
+{-# OPTIONS_GHC -Wno-x-partial #-}
module ShouldCompile where
as :: [as]