[project @ 2001-05-01 12:01:01 by simonmar]
authorsimonmar <unknown>
Tue, 1 May 2001 12:01:01 +0000 (12:01 +0000)
committersimonmar <unknown>
Tue, 1 May 2001 12:01:01 +0000 (12:01 +0000)
Not quite sure what this test does, but I've had it lying around for a while.

ghc/tests/numeric/should_run/num011.hs [new file with mode: 0644]
ghc/tests/numeric/should_run/num011.stdout [new file with mode: 0644]

diff --git a/ghc/tests/numeric/should_run/num011.hs b/ghc/tests/numeric/should_run/num011.hs
new file mode 100644 (file)
index 0000000..a8b1c4c
--- /dev/null
@@ -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 (file)
index 0000000..202e6ca
--- /dev/null
@@ -0,0 +1 @@
+1.1754944e-38