From 3d1a8d12c01c9ebed0c52169733b593180901b7a Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 12 Aug 2016 17:30:25 -0400 Subject: Bogus skip count. Didn't break anything but still bogus. (cherry picked from commit 44348173fce5aaf28fdf59ba6ace73ea435d9380) --- t/op/sprintf2.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/op') 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 || -- cgit v1.2.1