tools.gc-decode: fix for 32-bit.

db4
John Benediktsson 2014-11-23 07:12:10 -08:00
parent 1451c8c157
commit 048ed1e5fd
1 changed files with 8 additions and 8 deletions

View File

@ -58,13 +58,13 @@ IN: tools.gc-decode.tests
{ -1 -1 -1 -1 -1 -1 -1 }
}
{
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 }
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 }
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 }
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 9 }
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 9 }
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 }
}
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 }
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 }
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 }
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 8 }
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 8 }
{ -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 }
} ! 32-bit
} member?
] unit-test
@ -74,6 +74,6 @@ IN: tools.gc-decode.tests
\ llvm.types:resolve-types word>gc-info
{
S{ gc-info f 0 2 2 1 6 7 6 } ! 64-bit
S{ gc-info f 0 2 2 1 10 11 6 } ! 32-bit
S{ gc-info f 0 2 2 1 9 12 6 } ! 32-bit
} member?
] unit-test