Skip to content

Commit

Permalink
remove instable number
Browse files Browse the repository at this point in the history
on 32-bit the highest number is printed differently
  • Loading branch information
Reini Urban committed Sep 8, 2012
1 parent 1cb93a8 commit 6c03889
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion t/native_pbc/number.t
Expand Up @@ -55,6 +55,7 @@ sub generate_skip_list {
my $todo = generate_skip_list($arch, '?');
my $skip = generate_skip_list($arch, '0');

# old and unused
my $output1 = << 'END_OUTPUT';
1
4
Expand Down Expand Up @@ -113,7 +114,6 @@ my $output2 = << 'END_OUTPUT';
17592186044416
70368744177664
281474976710656
1125899906842620
END_OUTPUT

my $output = $output2;
Expand Down
1 change: 0 additions & 1 deletion t/native_pbc/testdata/number.pasm
Expand Up @@ -28,7 +28,6 @@
say 17592186044416.0
say 70368744177664.0
say 281474976710656.0
say 1.12589990684262e+15
end

# Local Variables:
Expand Down

0 comments on commit 6c03889

Please sign in to comment.