From 9142fcff76eabaabe984760c211be1a0f31bcb55 Mon Sep 17 00:00:00 2001 From: krasimir Date: Sat, 13 Jun 2009 13:54:06 +0000 Subject: split the testsuite to different directories for compiler, runtime and libraries --- testsuite/compiler/update/ArrityCheck.gf | 5 +++++ testsuite/compiler/update/ArrityCheck.gfs | 1 + testsuite/compiler/update/ArrityCheck.gfs.gold | 8 ++++++++ 3 files changed, 14 insertions(+) create mode 100644 testsuite/compiler/update/ArrityCheck.gf create mode 100644 testsuite/compiler/update/ArrityCheck.gfs create mode 100644 testsuite/compiler/update/ArrityCheck.gfs.gold (limited to 'testsuite/compiler/update') diff --git a/testsuite/compiler/update/ArrityCheck.gf b/testsuite/compiler/update/ArrityCheck.gf new file mode 100644 index 000000000..9ee03ba6e --- /dev/null +++ b/testsuite/compiler/update/ArrityCheck.gf @@ -0,0 +1,5 @@ +abstract ArrityCheck = { + fun f : Int -> Int -> Int ; + def f 0 = \x -> x ; + f 1 1 = 0 ; +} diff --git a/testsuite/compiler/update/ArrityCheck.gfs b/testsuite/compiler/update/ArrityCheck.gfs new file mode 100644 index 000000000..69d739975 --- /dev/null +++ b/testsuite/compiler/update/ArrityCheck.gfs @@ -0,0 +1 @@ +i testsuite/compiler/update/ArrityCheck.gf diff --git a/testsuite/compiler/update/ArrityCheck.gfs.gold b/testsuite/compiler/update/ArrityCheck.gfs.gold new file mode 100644 index 000000000..d6ea2bb0c --- /dev/null +++ b/testsuite/compiler/update/ArrityCheck.gfs.gold @@ -0,0 +1,8 @@ + + +C:\gf_2\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 -- cgit v1.2.3