mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
SupportTest: Fix test names harder
r207552, r207553 and r207554 all had bad test names. llvm-svn: 207560
This commit is contained in:
parent
4098e101ab
commit
20f3c553c3
@ -80,7 +80,7 @@ TEST(BranchProbabilityTest, Operators) {
|
||||
EXPECT_TRUE(BP(4, 7) != BP(3, 7));
|
||||
}
|
||||
|
||||
TEST(BlockProbabilityTest, MoreOperators) {
|
||||
TEST(BranchProbabilityTest, MoreOperators) {
|
||||
BP A(4, 5);
|
||||
BP B(4U << 29, 5U << 29);
|
||||
BP C(3, 4);
|
||||
@ -184,7 +184,7 @@ TEST(BranchProbabilityTest, scaleByInverse) {
|
||||
BP(Two31 + 1, UINT32_MAX).scaleByInverse(Two63 + Two31));
|
||||
}
|
||||
|
||||
TEST(BlockProbabilityTest, scaleBruteForce) {
|
||||
TEST(BranchProbabilityTest, scaleBruteForce) {
|
||||
struct {
|
||||
uint64_t Num;
|
||||
uint32_t Prob[2];
|
||||
|
Loading…
x
Reference in New Issue
Block a user