Commit 8463441a authored by Max Kellermann's avatar Max Kellermann

test/PcmFormat: rename FormatFloat to FormatFloat16

parent 9b6a2589
...@@ -70,7 +70,7 @@ TEST(PcmTest, Format16To32) ...@@ -70,7 +70,7 @@ TEST(PcmTest, Format16To32)
EXPECT_EQ(int(src[i]), d[i] >> 16); EXPECT_EQ(int(src[i]), d[i] >> 16);
} }
TEST(PcmTest, FormatFloat) TEST(PcmTest, FormatFloat16)
{ {
constexpr size_t N = 509; constexpr size_t N = 509;
const auto src = TestDataBuffer<int16_t, N>(); const auto src = TestDataBuffer<int16_t, N>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment