diff options
author | ross <unknown> | 2004-11-11 15:00:31 +0000 |
---|---|---|
committer | ross <unknown> | 2004-11-11 15:00:31 +0000 |
commit | 1fc4f8ef00db102364cfe10e4aa4573a5dd4c507 (patch) | |
tree | d24ef0ceb544d18171574bda5869156170765987 /testsuite/tests/ghc-regress/module/Mod136_A.hs | |
parent | 059028bed3ecb215cc092e810a94c61a5d0550ac (diff) | |
download | haskell-1fc4f8ef00db102364cfe10e4aa4573a5dd4c507.tar.gz |
[project @ 2004-11-11 15:00:27 by ross]
added more module tests from the Hugs testsuite, and merged mod200 into
mod154, which tests the same thing.
Diffstat (limited to 'testsuite/tests/ghc-regress/module/Mod136_A.hs')
-rw-r--r-- | testsuite/tests/ghc-regress/module/Mod136_A.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/module/Mod136_A.hs b/testsuite/tests/ghc-regress/module/Mod136_A.hs new file mode 100644 index 0000000000..6c032dd2cb --- /dev/null +++ b/testsuite/tests/ghc-regress/module/Mod136_A.hs @@ -0,0 +1,3 @@ +module Mod136_A (module List) where + +import qualified List |