summaryrefslogtreecommitdiff
path: root/t/op/sprintf2.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/sprintf2.t')
-rw-r--r--t/op/sprintf2.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/sprintf2.t b/t/op/sprintf2.t
index 3dfbb8dfee..6acbccf847 100644
--- a/t/op/sprintf2.t
+++ b/t/op/sprintf2.t
@@ -841,7 +841,7 @@ SKIP: {
# x86 80-bit long-double tests for
# rt.perl.org #128843, #128888, #128889, #128890, #128893
SKIP: {
- skip("non-80-bit-long-double", scalar @subnormals + 34)
+ skip("non-80-bit-long-double", 7)
unless ($Config{uselongdouble} &&
($Config{nvsize} == 16 || $Config{nvsize} == 12) &&
($Config{longdblkind} == 3 ||