Skip to content
Snippets Groups Projects
Commit b4edcde7 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Add broken test for #18302

parent 4b4fbc58
Branches wip/T18302
No related tags found
No related merge requests found
module T18302A ( module GHC.Prim ) where
import GHC.Prim
-- | Check that TYPE and (->) are re-exportable.
module T18302B where
import T18302A
type T = TYPE
type F = (->)
......@@ -176,3 +176,4 @@ test('T17832', [], multimod_compile, ['T17832M1', 'T17832M2'])
test('T17837', normal, compile, [''])
test('T18497', [], makefile_test, ['T18497'])
test('T18264', [], makefile_test, ['T18264'])
test('T18302', expect_broken(18302), 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