Fix spurious unit test failure.

This commit is contained in:
Unknown W. Brackets 2019-05-26 07:32:22 -07:00
parent 4b124a7344
commit eff793cb7b

View file

@ -456,7 +456,7 @@ bool TestQuickTexHash() {
}
EXPECT_EQ_HEX(DoQuickTexHash(buf, BUF_SIZE), 0x58de8dbc);
return false;
return true;
}
typedef bool (*TestFunc)();