test/PcmFormat: rename FormatFloat to FormatFloat16

This commit is contained in:
Max Kellermann 2018-10-29 22:41:58 +01:00
parent 9b6a2589e5
commit 8463441afe
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ TEST(PcmTest, Format16To32)
EXPECT_EQ(int(src[i]), d[i] >> 16);
}
TEST(PcmTest, FormatFloat)
TEST(PcmTest, FormatFloat16)
{
constexpr size_t N = 509;
const auto src = TestDataBuffer<int16_t, N>();