From 5fd1634830b4c43abbc2ca34267d2851b216894c Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 15 Jan 2017 22:33:41 +0100 Subject: [PATCH] Rename the test to something more sensible. --- tests/plat/{charsignedness_p.p => pascalsets_p.p} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/plat/{charsignedness_p.p => pascalsets_p.p} (94%) diff --git a/tests/plat/charsignedness_p.p b/tests/plat/pascalsets_p.p similarity index 94% rename from tests/plat/charsignedness_p.p rename to tests/plat/pascalsets_p.p index 6263111ce..3253414f9 100644 --- a/tests/plat/charsignedness_p.p +++ b/tests/plat/pascalsets_p.p @@ -1,7 +1,7 @@ # (*$U+ -- enables underscores in identifiers *) -program markrelease; +program pascalsets; type charset = set of char; -- 2.34.1