From: David Given Date: Sun, 15 Jan 2017 21:33:41 +0000 (+0100) Subject: Rename the test to something more sensible. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5fd1634830b4c43abbc2ca34267d2851b216894c;p=ack.git Rename the test to something more sensible. --- 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;