forked from GitHub/gf-core
renamed tests
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
i -retain testsuite/compiler/compute/Records.gf
|
||||
cc hello
|
||||
@@ -1,4 +1,4 @@
|
||||
resource Records = {
|
||||
resource record = {
|
||||
|
||||
param P = A;
|
||||
|
||||
2
testsuite/compiler/compute/record.gfs
Normal file
2
testsuite/compiler/compute/record.gfs
Normal file
@@ -0,0 +1,2 @@
|
||||
i -retain testsuite/compiler/compute/record.gfs
|
||||
cc hello
|
||||
@@ -1,4 +1,4 @@
|
||||
resource Variants = {
|
||||
resource variant = {
|
||||
oper
|
||||
hello = r.f "hello";
|
||||
r = { f:Str->Str = (id|dup) };
|
||||
@@ -1,4 +1,4 @@
|
||||
i -retain testsuite/compiler/compute/Variants.gf
|
||||
i -retain testsuite/compiler/compute/variant.gf
|
||||
cc hello
|
||||
cc <\x -> x++x : Str -> Str> ("a"|"b")
|
||||
cc <\x -> x : Str -> Str> ("a"|"b")
|
||||
Reference in New Issue
Block a user