mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
split the testsuite to different directories for compiler, runtime and libraries
This commit is contained in:
11
testsuite/compiler/check/lins/linsCnc.gf
Normal file
11
testsuite/compiler/check/lins/linsCnc.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
concrete linsCnc of lins = {
|
||||
|
||||
lincat Nat = {} ;
|
||||
|
||||
-- we expect warnings because the lines bellow are commented out
|
||||
-- we don't expect warning for zero because Nat = {}
|
||||
|
||||
-- lincat C = {s : Str} ;
|
||||
-- lin test = {s = "test"} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user