aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pcm_main.c')
-rw-r--r--test/test_pcm_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_pcm_main.c b/test/test_pcm_main.c
index 4e64b443f..7047b5251 100644
--- a/test/test_pcm_main.c
+++ b/test/test_pcm_main.c
@@ -32,8 +32,6 @@ main(int argc, char **argv)
g_test_add_func("/pcm/pack/unpack24", test_pcm_unpack_24);
g_test_add_func("/pcm/channels/16", test_pcm_channels_16);
g_test_add_func("/pcm/channels/32", test_pcm_channels_32);
- g_test_add_func("/pcm/byteswap/16", test_pcm_byteswap_16);
- g_test_add_func("/pcm/byteswap/32", test_pcm_byteswap_32);
g_test_run();
}