Fix spurious unit test failure.
This commit is contained in:
parent
4b124a7344
commit
eff793cb7b
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ bool TestQuickTexHash() {
|
||||||
}
|
}
|
||||||
EXPECT_EQ_HEX(DoQuickTexHash(buf, BUF_SIZE), 0x58de8dbc);
|
EXPECT_EQ_HEX(DoQuickTexHash(buf, BUF_SIZE), 0x58de8dbc);
|
||||||
|
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef bool (*TestFunc)();
|
typedef bool (*TestFunc)();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue