diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-29 22:41:58 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-29 23:06:37 +0100 |
commit | 8463441afed54f7712f7071d5eecc1bf2e6fac9a (patch) | |
tree | 6d69eab23044cf55d22682462bd90e88913248e5 /test | |
parent | 9b6a2589e5106fd88e2efc4c4d5afdd38b71be6a (diff) |
test/PcmFormat: rename FormatFloat to FormatFloat16
Diffstat (limited to 'test')
-rw-r--r-- | test/test_pcm_format.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pcm_format.cxx b/test/test_pcm_format.cxx index 63f30bef9..d4adbd634 100644 --- a/test/test_pcm_format.cxx +++ b/test/test_pcm_format.cxx @@ -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>(); |