aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_all.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pcm_all.hxx')
-rw-r--r--test/test_pcm_all.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_pcm_all.hxx b/test/test_pcm_all.hxx
index 64ad82a32..7cdd8b63f 100644
--- a/test/test_pcm_all.hxx
+++ b/test/test_pcm_all.hxx
@@ -108,14 +108,14 @@ class PcmExportTest : public CppUnit::TestFixture {
CPPUNIT_TEST(TestShift8);
CPPUNIT_TEST(TestPack24);
CPPUNIT_TEST(TestReverseEndian);
- CPPUNIT_TEST(TestDsdUsb);
+ CPPUNIT_TEST(TestDop);
CPPUNIT_TEST_SUITE_END();
public:
void TestShift8();
void TestPack24();
void TestReverseEndian();
- void TestDsdUsb();
+ void TestDop();
};
#endif