Skip to content
Snippets Groups Projects
Commit cae1fb17 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

Frontend01 passes with static GHC

parent b0e1ef4a
No related branches found
No related tags found
No related merge requests found
......@@ -119,8 +119,7 @@ test('T10294a',
makefile_test, [])
test('frontend01', [extra_files(['FrontendPlugin.hs']),
only_ways([config.ghc_plugin_way]),
unless(have_dynamic(), expect_broken(10301))],
only_ways([config.ghc_plugin_way]) ],
makefile_test, [])
test('T11244',
......
{-# LANGUAGE TemplateHaskell #-}
module T20791 where
import Control.Monad.IO.Class
main = $(liftIO $ (print ()) >> [| print () |])
......@@ -543,4 +543,3 @@ test('T17820e', normal, compile_fail, [''])
test('T20590', normal, compile, ['-v0 -ddump-splices -dsuppress-uniques'])
test('T20773', only_ways(['ghci']), ghci_script, ['T20773.script'])
test('T20884', normal, compile_fail, [''])
test('T20791', [ unless(ghc_dynamic(), expect_broken(20791)) ], compile, [''])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment