diff options
author | simonmar <unknown> | 2001-05-01 12:01:01 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-05-01 12:01:01 +0000 |
commit | eb908c04993448f8e9d4abc05c33959d1182e24e (patch) | |
tree | a9889af59822c570e9726415fb412a99d424bdcf | |
parent | 8c9d47e5285053237f373dcd49b669ab032fb43d (diff) | |
download | haskell-eb908c04993448f8e9d4abc05c33959d1182e24e.tar.gz |
[project @ 2001-05-01 12:01:01 by simonmar]
Not quite sure what this test does, but I've had it lying around for a while.
-rw-r--r-- | ghc/tests/numeric/should_run/num011.hs | 2 | ||||
-rw-r--r-- | ghc/tests/numeric/should_run/num011.stdout | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ghc/tests/numeric/should_run/num011.hs b/ghc/tests/numeric/should_run/num011.hs new file mode 100644 index 0000000000..a8b1c4c31d --- /dev/null +++ b/ghc/tests/numeric/should_run/num011.hs @@ -0,0 +1,2 @@ +import Ratio +main = print (fromRational (1 % 85070591730234615865843651857942052864) :: Float) diff --git a/ghc/tests/numeric/should_run/num011.stdout b/ghc/tests/numeric/should_run/num011.stdout new file mode 100644 index 0000000000..202e6ca9d7 --- /dev/null +++ b/ghc/tests/numeric/should_run/num011.stdout @@ -0,0 +1 @@ +1.1754944e-38 |