diff options
author | Nicholas Nethercote <[email protected]> | 2016-11-02 17:54:53 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-11-11 09:44:29 +1300 |
commit | 474c8ceb4b9b5e45408dfc10d00c5757003b8d41 (patch) | |
tree | e9ca7c097a9410fe9d5cdaf758848561de5da2d5 /test/test_sanity.cpp | |
parent | 46d12e9ae6fa9c233bc32812b13185ee7df8d3fd (diff) | |
download | cubeb-474c8ceb4b9b5e45408dfc10d00c5757003b8d41.tar.gz cubeb-474c8ceb4b9b5e45408dfc10d00c5757003b8d41.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(); |