Update format warning tests to expect "%lld" instead of "%d"
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Sun, 9 Nov 2008 09:52:31 +0000 (09:52 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Sun, 9 Nov 2008 09:52:31 +0000 (09:52 +0000)
commit8ff953de4413c0a2ba18ee101fe681711dfa55e3
treeb367305c895cc68b3e188ec2ca97243df1ff3044
parent53f65a9ef4a04e5ea5160b41d8a2658d35d8f4e5
Update format warning tests to expect "%lld" instead of "%d"
when "%lld" was in the format string. Mark these warnings as
TODO until this is fixed.

p4raw-id: //depot/perl@34781
t/op/sprintf2.t