summaryrefslogtreecommitdiff
path: root/testsuite/compiler/update/ArrityCheck.gfs.gold
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-12-06 16:01:13 +0000
committerhallgren <hallgren@chalmers.se>2013-12-06 16:01:13 +0000
commit953c6e8fb5a1884e36df59d4a7fc04460dd87153 (patch)
tree658c4898c40c4848c643e89c4c3fcbd14086b6c1 /testsuite/compiler/update/ArrityCheck.gfs.gold
parenta98f4aa4be7b72a310a8b5826e3cc82c7edb8f40 (diff)
testsuite: reduced the number of failing tests from 25 to 13
Some tests may fail on Windows because of \ instead of / in paths.
Diffstat (limited to 'testsuite/compiler/update/ArrityCheck.gfs.gold')
-rw-r--r--testsuite/compiler/update/ArrityCheck.gfs.gold16
1 files changed, 8 insertions, 8 deletions
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 ;