split the testsuite to different directories for compiler, runtime and libraries

This commit is contained in:
krasimir
2009-06-13 13:54:06 +00:00
parent c25d7be877
commit 9142fcff76
19 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
abstract ArrityCheck = {
fun f : Int -> Int -> Int ;
def f 0 = \x -> x ;
f 1 1 = 0 ;
}

View File

@@ -0,0 +1 @@
i testsuite/compiler/update/ArrityCheck.gf

View File

@@ -0,0 +1,8 @@
C:\gf_2\testsuite\compiler\update\ArrityCheck.gf:6:1: cannot unify the informations
fun f : Int -> Int -> Int ;