mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Support: Fix test name
llvm-svn: 207553
This commit is contained in:
parent
ceb937b892
commit
94500f7bdf
@ -155,7 +155,7 @@ TEST(BranchProbabilityTest, scaleByInverse) {
|
||||
BP(Two31 + 1, UINT32_MAX).scaleByInverse(Two63 + Two31));
|
||||
}
|
||||
|
||||
TEST(BlockFrequencyTest, scaleBruteForce) {
|
||||
TEST(BlockProbabilityTest, scaleBruteForce) {
|
||||
struct {
|
||||
uint64_t Num;
|
||||
uint32_t Prob[2];
|
||||
|
Loading…
x
Reference in New Issue
Block a user