From 886592f345c11e34610b20971aaaeb079507d010 Mon Sep 17 00:00:00 2001 From: krangelov Date: Fri, 24 Sep 2021 15:41:05 +0200 Subject: [PATCH] renamed tests --- testsuite/compiler/compute/Records.gfs | 2 -- testsuite/compiler/compute/{Records.gf => record.gf} | 2 +- testsuite/compiler/compute/record.gfs | 2 ++ .../compiler/compute/{Records.gfs.gold => record.gfs.gold} | 0 testsuite/compiler/compute/{Variants.gf => variant.gf} | 2 +- testsuite/compiler/compute/{Variants.gfs => variant.gfs} | 2 +- .../compiler/compute/{Variants.gfs.gold => variant.gfs.gold} | 0 7 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 testsuite/compiler/compute/Records.gfs rename testsuite/compiler/compute/{Records.gf => record.gf} (91%) create mode 100644 testsuite/compiler/compute/record.gfs rename testsuite/compiler/compute/{Records.gfs.gold => record.gfs.gold} (100%) rename testsuite/compiler/compute/{Variants.gf => variant.gf} (85%) rename testsuite/compiler/compute/{Variants.gfs => variant.gfs} (89%) rename testsuite/compiler/compute/{Variants.gfs.gold => variant.gfs.gold} (100%) diff --git a/testsuite/compiler/compute/Records.gfs b/testsuite/compiler/compute/Records.gfs deleted file mode 100644 index 7d74a70a3..000000000 --- a/testsuite/compiler/compute/Records.gfs +++ /dev/null @@ -1,2 +0,0 @@ -i -retain testsuite/compiler/compute/Records.gf -cc hello diff --git a/testsuite/compiler/compute/Records.gf b/testsuite/compiler/compute/record.gf similarity index 91% rename from testsuite/compiler/compute/Records.gf rename to testsuite/compiler/compute/record.gf index 29207787b..e59f9243a 100644 --- a/testsuite/compiler/compute/Records.gf +++ b/testsuite/compiler/compute/record.gf @@ -1,4 +1,4 @@ -resource Records = { +resource record = { param P = A; diff --git a/testsuite/compiler/compute/record.gfs b/testsuite/compiler/compute/record.gfs new file mode 100644 index 000000000..99368bf17 --- /dev/null +++ b/testsuite/compiler/compute/record.gfs @@ -0,0 +1,2 @@ +i -retain testsuite/compiler/compute/record.gfs +cc hello diff --git a/testsuite/compiler/compute/Records.gfs.gold b/testsuite/compiler/compute/record.gfs.gold similarity index 100% rename from testsuite/compiler/compute/Records.gfs.gold rename to testsuite/compiler/compute/record.gfs.gold diff --git a/testsuite/compiler/compute/Variants.gf b/testsuite/compiler/compute/variant.gf similarity index 85% rename from testsuite/compiler/compute/Variants.gf rename to testsuite/compiler/compute/variant.gf index e77b84469..5e865b047 100644 --- a/testsuite/compiler/compute/Variants.gf +++ b/testsuite/compiler/compute/variant.gf @@ -1,4 +1,4 @@ -resource Variants = { +resource variant = { oper hello = r.f "hello"; r = { f:Str->Str = (id|dup) }; diff --git a/testsuite/compiler/compute/Variants.gfs b/testsuite/compiler/compute/variant.gfs similarity index 89% rename from testsuite/compiler/compute/Variants.gfs rename to testsuite/compiler/compute/variant.gfs index f65427e88..01b2f474d 100644 --- a/testsuite/compiler/compute/Variants.gfs +++ b/testsuite/compiler/compute/variant.gfs @@ -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") diff --git a/testsuite/compiler/compute/Variants.gfs.gold b/testsuite/compiler/compute/variant.gfs.gold similarity index 100% rename from testsuite/compiler/compute/Variants.gfs.gold rename to testsuite/compiler/compute/variant.gfs.gold