[Pkg-cli-apps-commits] [fsharp] 52/71: Excluded BigInteger from Portable tests

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Fri Jan 17 05:18:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

raof-guest pushed a commit to tag 3.1.0
in repository fsharp.

commit fd943ce72ffe4ddf3c7c437fe0900b26946eb018
Author: 7sharp9 <kukulcanenator at googlemail.com>
Date:   Wed Dec 18 13:16:44 2013 +0000

    Excluded BigInteger from Portable tests
---
 tests/fsharp/core/syntax/test.fsx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/fsharp/core/syntax/test.fsx b/tests/fsharp/core/syntax/test.fsx
index ff352b4..f3448ff 100644
--- a/tests/fsharp/core/syntax/test.fsx
+++ b/tests/fsharp/core/syntax/test.fsx
@@ -997,7 +997,10 @@ do test "vliwe94"   (f -2L = - 2L)
 do test "vliwe95"   (f -2n = - 2n)
 do test "vliwe96"   (f -2.0 = - 2.0)
 do test "vliwe97"   (f -2.0f = - 2.0f)
+#if Portable
+#else
 do test "vliwe99"   (f -2I = - 2I)
+#endif
 
 do test "vliwe9q"   ((function -2y -> true | _ -> false) (- 2y))
 do test "vliwe9w"   ((function -2s -> true | _ -> false) (- 2s))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git



More information about the Pkg-cli-apps-commits mailing list