From 953c6e8fb5a1884e36df59d4a7fc04460dd87153 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 6 Dec 2013 16:01:13 +0000 Subject: testsuite: reduced the number of failing tests from 25 to 13 Some tests may fail on Windows because of \ instead of / in paths. --- testsuite/compiler/update/ArrityCheck.gfs.gold | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'testsuite/compiler/update') diff --git a/testsuite/compiler/update/ArrityCheck.gfs.gold b/testsuite/compiler/update/ArrityCheck.gfs.gold index 28f98f445..7e0ff3d44 100644 --- a/testsuite/compiler/update/ArrityCheck.gfs.gold +++ b/testsuite/compiler/update/ArrityCheck.gfs.gold @@ -1,8 +1,8 @@ - - -C:\gf\testsuite\compiler\update\ArrityCheck.gf:6:1: cannot unify the informations - fun f : Int -> Int -> Int ; - def f 0 = \x -> x ; -and - def f 1 1 = 0 ; -in module ArrityCheck + + +testsuite/compiler/update/ArrityCheck.gf:6:1: + conflicting information in module ArrityCheck + fun f : Int -> Int -> Int ; + def f 0 = \x -> x ; +and + def f 1 1 = 0 ; -- cgit v1.2.3