diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-05 10:50:47 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-05 10:50:47 +0000 |
commit | 9b69276605561573211c0ff3b2d89e2b56e14af7 (patch) | |
tree | 965fae0ce2e0289710fcf5f10bff0c2c6d7350db /testsuite/tests/ghc-regress/ffi/should_compile | |
parent | 1e265227116e83eac5192e9690623b6da98d2e65 (diff) | |
download | haskell-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.hs | 1 |
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 |