diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-09-05 16:59:54 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-09-05 16:59:54 +0100 |
commit | a6c3734851384d61f64ce512f8117c21923ff37f (patch) | |
tree | 6c2ec68d131e4552ee4c8c32b0739865df48cb38 /testsuite/tests | |
parent | a305d0d2bfed0df18c6a6a4bcfeca678f4bdcc9c (diff) | |
download | haskell-a6c3734851384d61f64ce512f8117c21923ff37f.tar.gz |
Reduce context stack max depth, to avoid validate running out of memory
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/indexed-types/should_fail/SkolemOccursLoop.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/SkolemOccursLoop.hs b/testsuite/tests/indexed-types/should_fail/SkolemOccursLoop.hs index ce86d7beab..2d51ea42fc 100644 --- a/testsuite/tests/indexed-types/should_fail/SkolemOccursLoop.hs +++ b/testsuite/tests/indexed-types/should_fail/SkolemOccursLoop.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -fcontext-stack=10 #-} {-# LANGUAGE TypeFamilies, FlexibleContexts, EmptyDataDecls #-} module SkolemOccursLoop where |