summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/t/svpv_magic.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/XS-APItest/t/svpv_magic.t')
-rw-r--r--ext/XS-APItest/t/svpv_magic.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/XS-APItest/t/svpv_magic.t b/ext/XS-APItest/t/svpv_magic.t
index dd2af8c419..8be18d4020 100644
--- a/ext/XS-APItest/t/svpv_magic.t
+++ b/ext/XS-APItest/t/svpv_magic.t
@@ -25,8 +25,5 @@ is(XS::APItest::first_byte("$1"), 0303,
$a =~ s/(.)/$1/; # $1 now has the utf8 flag set too
$b =~ /(.)/; # $1 shouldn't have the utf8 flag anymore
-TODO: {
-local $TODO = "SvPVbyte should handle get magic before checking the utf8 flag";
is(eval { XS::APItest::first_byte($1) } || $@, 0303,
"utf8 flag fetched correctly without stringification");
-}