[commit: nofib] master: Update output (random changes?) (85d10a4)
git at git.haskell.org
git at git.haskell.org
Wed Jan 28 11:32:19 UTC 2015
Repository : ssh://git@git.haskell.org/nofib
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/85d10a442ccc36b953cabe300ae7c2cd0dae9a97/nofib
>---------------------------------------------------------------
commit 85d10a442ccc36b953cabe300ae7c2cd0dae9a97
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed Jan 28 11:30:00 2015 +0000
Update output (random changes?)
>---------------------------------------------------------------
85d10a442ccc36b953cabe300ae7c2cd0dae9a97
parallel/minimax/minimax.stdout | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/parallel/minimax/minimax.stdout b/parallel/minimax/minimax.stdout
index 0407528..3e41691 100644
--- a/parallel/minimax/minimax.stdout
+++ b/parallel/minimax/minimax.stdout
@@ -1,18 +1,18 @@
- |X| |
+ | | |O
--------
- | | |
+ |X|O|
--------
- |O| |
+ | | |X
--------
-O| | |X
+ | | |
Score 2
-X|X| |
+X| | |O
--------
- | | |
+ |X|O|
--------
- |O| |
+ | | |X
--------
-O| | |X
+ | | |
More information about the ghc-commits
mailing list