Skip to content

Commit

Permalink
ppc native pbc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Sep 10, 2012
1 parent a7ff8f2 commit c145afd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified t/native_pbc/integer_4_be.pbc
Binary file not shown.
4 changes: 2 additions & 2 deletions t/native_pbc/number.t
Expand Up @@ -18,14 +18,14 @@ use Parrot::Test tests => 12;
# The _le there is for reading.
my $testmatrix = <<EOF;
8_le 10_le 16_le 8_be 16_be 4_le 4_be 16PPC_be
8_le 1 1 1 ? 0 ? ? ?
8_le 1 1 1 1 0 ? ? ?
10_le 1 1 1 ? 0 ? ? ?
16_le ? 1 1 ? 0 ? ? ?
8_be 1 1 1 1 1 ? ? ?
16_be ? ? ? ? 1 ? ? ?
4_le ? ? ? ? ? ? ? ?
4_be ? ? ? ? ? ? ? ?
16PPC_be 0 ? ? ? ? ? ? 1
16PPC_be 0 ? ? 1 ? ? ? 1
EOF

my $arch = t::native_pbc::Test::num_arch();
Expand Down
Binary file added t/native_pbc/number_4_8_be.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_4_be.pbc
Binary file not shown.

0 comments on commit c145afd

Please sign in to comment.