summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-05-01 12:01:01 +0000
committersimonmar <unknown>2001-05-01 12:01:01 +0000
commiteb908c04993448f8e9d4abc05c33959d1182e24e (patch)
treea9889af59822c570e9726415fb412a99d424bdcf
parent8c9d47e5285053237f373dcd49b669ab032fb43d (diff)
downloadhaskell-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.hs2
-rw-r--r--ghc/tests/numeric/should_run/num011.stdout1
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