1
0
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:
Duncan P. N. Exon Smith 2014-04-29 16:44:56 +00:00
parent ceb937b892
commit 94500f7bdf

View File

@ -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];