1
0
forked from GitHub/gf-core

renamed tests

This commit is contained in:
krangelov
2021-09-24 15:41:05 +02:00
parent ac304ccd7c
commit 886592f345
7 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +0,0 @@
i -retain testsuite/compiler/compute/Records.gf
cc hello

View File

@@ -1,4 +1,4 @@
resource Records = {
resource record = {
param P = A;

View File

@@ -0,0 +1,2 @@
i -retain testsuite/compiler/compute/record.gfs
cc hello

View File

@@ -1,4 +1,4 @@
resource Variants = {
resource variant = {
oper
hello = r.f "hello";
r = { f:Str->Str = (id|dup) };

View File

@@ -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")