diff options
-rw-r--r-- | test/test_pcm_export.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_pcm_export.cxx b/test/test_pcm_export.cxx index fca580774..51b5709ad 100644 --- a/test/test_pcm_export.cxx +++ b/test/test_pcm_export.cxx @@ -123,11 +123,15 @@ PcmExportTest::TestDsdU32() static constexpr uint8_t src[] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, + 0x11, 0x22, 0x33, 0x44, + 0x55, 0x66, 0x77, 0x88, }; static constexpr uint32_t expected[] = { 0xcd894501, 0xefab6723, + 0x77553311, + 0x88664422, }; PcmExport::Params params; |