mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Support: Fix test name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c252dd576
commit
3dbfacec2e
@ -155,7 +155,7 @@ TEST(BranchProbabilityTest, scaleByInverse) {
|
|||||||
BP(Two31 + 1, UINT32_MAX).scaleByInverse(Two63 + Two31));
|
BP(Two31 + 1, UINT32_MAX).scaleByInverse(Two63 + Two31));
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(BlockFrequencyTest, scaleBruteForce) {
|
TEST(BlockProbabilityTest, scaleBruteForce) {
|
||||||
struct {
|
struct {
|
||||||
uint64_t Num;
|
uint64_t Num;
|
||||||
uint32_t Prob[2];
|
uint32_t Prob[2];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user