test/PcmFormat: rename FormatFloat to FormatFloat16
This commit is contained in:
parent
9b6a2589e5
commit
8463441afe
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue