summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ffi/should_compile
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-08-05 10:50:47 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-08-05 10:50:47 +0000
commit9b69276605561573211c0ff3b2d89e2b56e14af7 (patch)
tree965fae0ce2e0289710fcf5f10bff0c2c6d7350db /testsuite/tests/ghc-regress/ffi/should_compile
parent1e265227116e83eac5192e9690623b6da98d2e65 (diff)
downloadhaskell-9b69276605561573211c0ff3b2d89e2b56e14af7.tar.gz
remove deprecated -#include flag
Diffstat (limited to 'testsuite/tests/ghc-regress/ffi/should_compile')
-rw-r--r--testsuite/tests/ghc-regress/ffi/should_compile/cc009.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/ffi/should_compile/cc009.hs b/testsuite/tests/ghc-regress/ffi/should_compile/cc009.hs
index d8f51b4f93..3ece3a9a24 100644
--- a/testsuite/tests/ghc-regress/ffi/should_compile/cc009.hs
+++ b/testsuite/tests/ghc-regress/ffi/should_compile/cc009.hs
@@ -1,4 +1,3 @@
-{-# OPTIONS_GHC -#include "cc009_inc.h" #-}
-- !!! cc009 -- foreign label returning newtype of Addr
module ShouldCompile where