summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-06-18 22:52:06 -0600
committerKarl Williamson <khw@cpan.org>2017-07-12 21:14:25 -0600
commit48ceb60a20ac85a763f25b1a6d5bb816d86ef953 (patch)
tree5341d83d56db98dbb74b71c11e8d98d24d174a97
parent7c9f4ec632af9febc957e5c2fc4170b4df830607 (diff)
downloadperl-48ceb60a20ac85a763f25b1a6d5bb816d86ef953.tar.gz
APItest/t/utf8_warn_base.pl: Rename a test
The names are now more uniform.
-rw-r--r--ext/XS-APItest/t/utf8_warn_base.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/XS-APItest/t/utf8_warn_base.pl b/ext/XS-APItest/t/utf8_warn_base.pl
index af19bf9977..1ef448b0de 100644
--- a/ext/XS-APItest/t/utf8_warn_base.pl
+++ b/ext/XS-APItest/t/utf8_warn_base.pl
@@ -269,13 +269,11 @@ my @tests;
(isASCII) ? 0x140000 : 0x200000,
1,
],
- [ "requires at least 32 bits",
+ [ "lowest 32 bit code point",
(isASCII)
? "\xfe\x82\x80\x80\x80\x80\x80"
: I8_to_native(
"\xff\xa0\xa0\xa0\xa0\xa0\xa0\xa2\xa0\xa0\xa0\xa0\xa0\xa0"),
- # This code point is chosen so that it is representable in a UV on
- # 32-bit machines
0x80000000,
(isASCII) ? 1 : 8,
],