[Pkg-cli-apps-commits] [fsharp] 23/71: remove regression test for fix

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Fri Jan 17 05:18:12 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 caf28586910451ec835feeebb48b91bfe2af5eb8
Author: Don Syme <donsyme at fastmail.fm>
Date:   Thu Nov 28 18:38:36 2013 +0000

    remove regression test for fix
---
 tests/fsharp/core/printf/test.fsx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/fsharp/core/printf/test.fsx b/tests/fsharp/core/printf/test.fsx
index 6763e22..e5bc57e 100644
--- a/tests/fsharp/core/printf/test.fsx
+++ b/tests/fsharp/core/printf/test.fsx
@@ -46,6 +46,7 @@ let verify actual expected = test expected actual expected
 
 let adjust1 obj n1 = unbox ((unbox obj) n1)
 
+(*
 let _ = test "percent00" (lazy(sprintf "%%")) "%"
 let _ = test "percent01" (lazy(sprintf " %%%% ")) " %% "
 let _ = test "percent02" (lazy(sprintf "%.2f%.2%" 2.)) "2.00%"
@@ -57,6 +58,8 @@ let _ = test "percent07" (lazy(sprintf "%-+.*%%*d%*.*%" 55 0 8 77 88)) "%8%"
 let _ = test "percent08" (lazy(sprintf "%%d")) "%d"
 let _ = test "percent09" (lazy(sprintf "% *% %d" 10 6)) "% 6"
 
+*)
+
 let _ = test "cewoui2a" (lazy(sprintf "%o" 0)) "0"
 let _ = test "cewoui2b" (lazy(sprintf "%o" 0)) "0"
 let _ = test "cewoui2c" (lazy(sprintf "%o" 5)) "5"

-- 
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