diff options
author | Nicholas Nethercote <[email protected]> | 2016-11-02 17:54:53 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-11-02 17:54:53 +1300 |
commit | 70497380eb5351f967c3fa52f3eb432969c2e65d (patch) | |
tree | 135ce4638e611eb7e92365cfaedc16b16ce8cdcd /test/test_audio.cpp | |
parent | 090483ea6a627213ce9285a5ad961b305a6b3efa (diff) | |
download | cubeb-70497380eb5351f967c3fa52f3eb432969c2e65d.tar.gz cubeb-70497380eb5351f967c3fa52f3eb432969c2e65d.zip |
Remove unnecessary XPCOM dependency from unit tests. BMO #1314514.
Diffstat (limited to 'test/test_audio.cpp')
-rw-r--r-- | test/test_audio.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test_audio.cpp b/test/test_audio.cpp index 4943223..f96c0f4 100644 --- a/test/test_audio.cpp +++ b/test/test_audio.cpp @@ -19,9 +19,6 @@ #include "cubeb/cubeb.h" #include "common.h" -#ifdef CUBEB_GECKO_BUILD -#include "TestHarness.h" -#endif #define MAX_NUM_CHANNELS 32 @@ -282,10 +279,6 @@ void run_channel_rate_test() int main(int /*argc*/, char * /*argv*/[]) { -#ifdef CUBEB_GECKO_BUILD - ScopedXPCOM xpcom("test_audio"); -#endif - assert(run_panning_volume_test(0) == CUBEB_OK); assert(run_panning_volume_test(1) == CUBEB_OK); run_channel_rate_test(); |