[commit: packages/random] master: Revert "rangeTest fails on Windows (#7379)" (8e379a7)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 15:45:02 UTC 2015
Repository : ssh://git@git.haskell.org/random
On branch : master
Link : http://git.haskell.org/packages/random.git/commitdiff/8e379a72306a1d9c082d0a728930fa197d61e8ba
>---------------------------------------------------------------
commit 8e379a72306a1d9c082d0a728930fa197d61e8ba
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Tue Aug 19 16:02:23 2014 -0400
Revert "rangeTest fails on Windows (#7379)"
This reverts commit 2117e38729adaa4f465f3c5b7a8c5c4d77702d3f.
We no longer assume that C types are unsigned.
>---------------------------------------------------------------
8e379a72306a1d9c082d0a728930fa197d61e8ba
tests/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/all.T b/tests/all.T
index 5fb2645..f1675ed 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -1,6 +1,6 @@
test('rangeTest',
- when(opsys('mingw32'), expect_broken(7379)),
+ normal,
compile_and_run,
[''])
More information about the ghc-commits
mailing list