forked from GitHub/gf-core
added some tests in the testsuite for the compiler
This commit is contained in:
5
testsuite/compiler/check/oper-definition/Res.gf
Normal file
5
testsuite/compiler/check/oper-definition/Res.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
resource Res = {
|
||||
|
||||
oper my_oper : Str -> Str ;
|
||||
|
||||
}
|
||||
1
testsuite/compiler/check/oper-definition/test.gfs
Normal file
1
testsuite/compiler/check/oper-definition/test.gfs
Normal file
@@ -0,0 +1 @@
|
||||
i testsuite/compiler/check/oper-definition/Res.gf
|
||||
5
testsuite/compiler/check/oper-definition/test.gfs.gold
Normal file
5
testsuite/compiler/check/oper-definition/test.gfs.gold
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
|
||||
|
||||
checking module Res
|
||||
Reference in New Issue
Block a user