1
0
forked from GitHub/gf-core

added some tests in the testsuite for the compiler

This commit is contained in:
krasimir
2009-09-14 12:17:57 +00:00
parent 5d06550283
commit c61fbb4206
18 changed files with 76 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
resource Res = {
oper my_oper : Str -> Str ;
}

View File

@@ -0,0 +1 @@
i testsuite/compiler/check/oper-definition/Res.gf

View File

@@ -0,0 +1,5 @@
checking module Res