diff options
| author | krasimir <krasimir@chalmers.se> | 2009-06-13 13:54:06 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-06-13 13:54:06 +0000 |
| commit | 9142fcff76eabaabe984760c211be1a0f31bcb55 (patch) | |
| tree | cdf8b8e5fa53b9049f96d7a37affa38ae42e3408 /testsuite/update | |
| parent | c25d7be8773f2a2ee643d1d266b02bd2076f04be (diff) | |
split the testsuite to different directories for compiler, runtime and libraries
Diffstat (limited to 'testsuite/update')
| -rw-r--r-- | testsuite/update/ArrityCheck.gf | 5 | ||||
| -rw-r--r-- | testsuite/update/ArrityCheck.gfs | 1 | ||||
| -rw-r--r-- | testsuite/update/ArrityCheck.gfs.gold | 8 |
3 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/update/ArrityCheck.gf b/testsuite/update/ArrityCheck.gf deleted file mode 100644 index 9ee03ba6e..000000000 --- a/testsuite/update/ArrityCheck.gf +++ /dev/null @@ -1,5 +0,0 @@ -abstract ArrityCheck = {
- fun f : Int -> Int -> Int ;
- def f 0 = \x -> x ;
- f 1 1 = 0 ;
-}
diff --git a/testsuite/update/ArrityCheck.gfs b/testsuite/update/ArrityCheck.gfs deleted file mode 100644 index b63c0ca51..000000000 --- a/testsuite/update/ArrityCheck.gfs +++ /dev/null @@ -1 +0,0 @@ -i testsuite\update\ArrityCheck.gf
diff --git a/testsuite/update/ArrityCheck.gfs.gold b/testsuite/update/ArrityCheck.gfs.gold deleted file mode 100644 index 924dddf1e..000000000 --- a/testsuite/update/ArrityCheck.gfs.gold +++ /dev/null @@ -1,8 +0,0 @@ -
-
-C:\gf_2\testsuite\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
|
