summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-09-05 16:59:54 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2011-09-05 16:59:54 +0100
commita6c3734851384d61f64ce512f8117c21923ff37f (patch)
tree6c2ec68d131e4552ee4c8c32b0739865df48cb38 /testsuite/tests
parenta305d0d2bfed0df18c6a6a4bcfeca678f4bdcc9c (diff)
downloadhaskell-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.hs1
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