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