diff options
author | rrt <unknown> | 2001-08-15 09:36:39 +0000 |
---|---|---|
committer | rrt <unknown> | 2001-08-15 09:36:39 +0000 |
commit | f8aac4105feead85045de6c7f62701a739514c02 (patch) | |
tree | e1d152de1a82e3cb39c5008d2c44f30a8da09098 /ghc/compiler/ilxGen/tests | |
parent | 43453b574a998d2fc2a165e1003a22a83276148c (diff) | |
download | haskell-f8aac4105feead85045de6c7f62701a739514c02.tar.gz |
[project @ 2001-08-15 09:36:39 by rrt]
Tidy
Diffstat (limited to 'ghc/compiler/ilxGen/tests')
-rw-r--r-- | ghc/compiler/ilxGen/tests/test1-nostdlib.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/compiler/ilxGen/tests/test1-nostdlib.hs b/ghc/compiler/ilxGen/tests/test1-nostdlib.hs index 2156b9d148..1e9053ea41 100644 --- a/ghc/compiler/ilxGen/tests/test1-nostdlib.hs +++ b/ghc/compiler/ilxGen/tests/test1-nostdlib.hs @@ -1,4 +1,3 @@ - module Test1_nostdlib where foreign import "ilxHello" unsafe ilxHello :: () |