[commit: testsuite] master: Update fptr01 (4d2a20b)

Ian Lynagh igloo at earth.li
Sat Jun 15 18:32:51 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

https://github.com/ghc/testsuite/commit/4d2a20b5b599b9f0f7943fbabd1fe500686d7f73

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

commit 4d2a20b5b599b9f0f7943fbabd1fe500686d7f73
Author: Takano Akio <aljee at hyper.cx>
Date:   Tue Jun 11 19:13:50 2013 +0900

    Update fptr01
    
    An implementation change in the garbage collector, which was introduced
    to fix #7847, happens to change the output of fptr01.

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

 tests/ffi/should_run/fptr01.stdout |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/ffi/should_run/fptr01.stdout b/tests/ffi/should_run/fptr01.stdout
index 71ba93c..8e9e4bb 100644
--- a/tests/ffi/should_run/fptr01.stdout
+++ b/tests/ffi/should_run/fptr01.stdout
@@ -4,9 +4,9 @@ f33
 f_env 3 35
 f_env 2 35
 f_env 1 35
-f_env 3 36
-f_env 2 36
-f_env 1 36
 h34
 g34
 f34
+f_env 3 36
+f_env 2 36
+f_env 1 36





More information about the ghc-commits mailing list