summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-07-21 11:01:12 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-07-21 14:57:58 +0100
commitde0fbd1e34ec435ade49b80fce98aa2c0835a126 (patch)
tree05b89c6699b579180b4a8162e112fff1f8153858 /testsuite/tests/concurrent
parent742978f48119bb421dd8588f5b6fb1c348e5aee5 (diff)
downloadhaskell-de0fbd1e34ec435ade49b80fce98aa2c0835a126.tar.gz
Add InterruptibleFFI extension
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r--testsuite/tests/concurrent/should_run/foreignInterruptible.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/foreignInterruptible.hs b/testsuite/tests/concurrent/should_run/foreignInterruptible.hs
index 32252fb8db..06e96cd189 100644
--- a/testsuite/tests/concurrent/should_run/foreignInterruptible.hs
+++ b/testsuite/tests/concurrent/should_run/foreignInterruptible.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE ForeignFunctionInterface #-}
+{-# LANGUAGE ForeignFunctionInterface,InterruptibleFFI #-}
{-# OPTIONS -cpp #-}
module Main where