diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-22 21:32:51 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-23 12:27:57 +0100 |
commit | 6074c108b66ec9cd2230852addb60782a8b17e0a (patch) | |
tree | f63eca7bf384b63a70fa19888c4288ab1243ce12 /testsuite/tests/dynlibs | |
parent | 754a2f2bb7416bd7fe453ba7bcb7c089f5ef3b8f (diff) | |
download | haskell-6074c108b66ec9cd2230852addb60782a8b17e0a.tar.gz |
Testsuite: delete Windows line endings [skip ci] (#11631)
Diffstat (limited to 'testsuite/tests/dynlibs')
-rw-r--r-- | testsuite/tests/dynlibs/T4464H.hs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/dynlibs/T4464H.hs b/testsuite/tests/dynlibs/T4464H.hs index f620866c86..e3b511a63e 100644 --- a/testsuite/tests/dynlibs/T4464H.hs +++ b/testsuite/tests/dynlibs/T4464H.hs @@ -1,7 +1,7 @@ -{-# LANGUAGE ForeignFunctionInterface #-}
-module T4464H where
-
-f :: Int -> Int
-f x = x + 1
-
-foreign export ccall f :: Int -> Int
+{-# LANGUAGE ForeignFunctionInterface #-} +module T4464H where + +f :: Int -> Int +f x = x + 1 + +foreign export ccall f :: Int -> Int |