[commit: packages/hoopl] master: fix this expected file that is intentionally changed to mismatch the result to test Travis CI (2081ada)

git at git.haskell.org git at git.haskell.org
Mon Dec 21 22:13:11 UTC 2015


Repository : ssh://git@git.haskell.org/hoopl

On branch  : master
Link       : http://git.haskell.org/packages/hoopl.git/commitdiff/2081adaa950304e454e81e119b5dff7122e7dc71

>---------------------------------------------------------------

commit 2081adaa950304e454e81e119b5dff7122e7dc71
Author: Ning Wang <email at ningwang.org>
Date:   Tue May 5 18:36:02 2015 -0700

    fix this expected file that is intentionally changed to mismatch the result to test Travis CI


>---------------------------------------------------------------

2081adaa950304e454e81e119b5dff7122e7dc71
 testing/tests/test4.expected | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/tests/test4.expected b/testing/tests/test4.expected
index 8575f47..8476609 100644
--- a/testing/tests/test4.expected
+++ b/testing/tests/test4.expected
@@ -4,6 +4,6 @@ L100:
 L101:
   goto L103
 L103:
-  ret ((x + 5) + 3)
+  ret ((x + 5) + 4)
 }
 



More information about the ghc-commits mailing list