diff options
author | Paul Adenot <[email protected]> | 2022-12-02 15:32:53 +0100 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2022-12-02 15:40:20 +0100 |
commit | b8765e132de947a391a7e9b3787c4cc682ed82f1 (patch) | |
tree | 1c7f53a863ee9f7628f400296dc6fdf4bfe7c98a /test/test_deadlock.cpp | |
parent | 7f5589a431b166a3c37bb5d5e0614cf2b1bf6387 (diff) | |
download | cubeb-b8765e132de947a391a7e9b3787c4cc682ed82f1.tar.gz cubeb-b8765e132de947a391a7e9b3787c4cc682ed82f1.zip |
Inline values for stream params in test_logging.cpp, undef defines in test to avoid breaking unified builds when building tests in Firefox.
Diffstat (limited to 'test/test_deadlock.cpp')
-rw-r--r-- | test/test_deadlock.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_deadlock.cpp b/test/test_deadlock.cpp index 0d4d7f5..373ba6a 100644 --- a/test/test_deadlock.cpp +++ b/test/test_deadlock.cpp @@ -258,3 +258,5 @@ TEST(cubeb, run_deadlock_test) cubeb_stream_stop(stream); } + +#undef CALL_THREAD_KILLER |