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_sanity.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_sanity.cpp')
-rw-r--r-- | test/test_sanity.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test_sanity.cpp b/test/test_sanity.cpp index 77973ff..5d56a90 100644 --- a/test/test_sanity.cpp +++ b/test/test_sanity.cpp @@ -14,9 +14,6 @@ #include <string.h> #include <math.h> #include "common.h" -#ifdef CUBEB_GECKO_BUILD -#include "TestHarness.h" -#endif #define BEGIN_TEST fprintf(stderr, "START %s\n", __func__) #define END_TEST fprintf(stderr, "END %s\n", __func__) @@ -631,10 +628,6 @@ int is_windows_7() int main(int /*argc*/, char * /*argv*/[]) { -#ifdef CUBEB_GECKO_BUILD - ScopedXPCOM xpcom("test_sanity"); -#endif - test_init_destroy_context(); test_init_destroy_multiple_contexts(); test_context_variables(); |