b2938d
From 73b535d23d98bd3bdc31a27da26222e2e56166ac Mon Sep 17 00:00:00 2001
b2938d
From: Karl Williamson <khw@cpan.org>
b2938d
Date: Tue, 30 Jun 2020 13:58:50 -0600
b2938d
Subject: [PATCH] ext/XS-APItest/t/utf8_warn_base.pl: Fix a couple tests
b2938d
MIME-Version: 1.0
b2938d
Content-Type: text/plain; charset=UTF-8
b2938d
Content-Transfer-Encoding: 8bit
b2938d
b2938d
These had invalid values, which didn't show up execpt on EBCDIC
b2938d
b2938d
Signed-off-by: Petr Písař <ppisar@redhat.com>
b2938d
---
b2938d
 ext/XS-APItest/t/utf8_warn_base.pl | 2 --
b2938d
 1 file changed, 2 deletions(-)
b2938d
b2938d
diff --git a/ext/XS-APItest/t/utf8_warn_base.pl b/ext/XS-APItest/t/utf8_warn_base.pl
b2938d
index d86871cd0f..a0f732282e 100644
b2938d
--- a/ext/XS-APItest/t/utf8_warn_base.pl
b2938d
+++ b/ext/XS-APItest/t/utf8_warn_base.pl
b2938d
@@ -486,7 +486,6 @@ my @tests;
b2938d
               : I8_to_native(
b2938d
                 "\xff\xa7\xbf\xbf\xbf\xbf\xbf\xbf\xbf\xbf\xbf\xbf\xbf\xbf"),
b2938d
               0x7FFFFFFFFFFFFFFF,
b2938d
-              (isASCII) ? 1 : 2,
b2938d
             ],
b2938d
             [ "first 64 bit code point",
b2938d
               (isASCII)
b2938d
@@ -525,7 +524,6 @@ my @tests;
b2938d
                     I8_to_native(
b2938d
                     "\xff\xa0\xa0\xa0\xa0\xa0\xa1\xa0\xa0\xa0\xa0\xa0\xa0\xa0"),
b2938d
                     0x800000000,
b2938d
-                      40000000
b2938d
                 ],
b2938d
                 [ "requires at least 32 bits",
b2938d
                     I8_to_native(
b2938d
-- 
b2938d
2.25.4
b2938d