diff options
| author | JosJuice <josjuice@gmail.com> | 2025-11-16 18:35:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-16 18:35:17 +0100 |
| commit | b6e062f2e3838b9b80cc7694fa9dc0eaca80aff4 (patch) | |
| tree | 77a14a64a8d462c14d73a9b5c8e95fbc7b1b8286 /Source/UnitTests/UnitTestsMain.cpp | |
| parent | 3ff4985120fd6be0a2f38cd489ec9349b8865c1c (diff) | |
| parent | 068947e2b613d15f724c87c501949c9105cc7f7f (diff) | |
Merge pull request #13689 from JosJuice/lock-core-any-thread
Core: Let any thread call previously host-thread-only functions
Diffstat (limited to 'Source/UnitTests/UnitTestsMain.cpp')
| -rw-r--r-- | Source/UnitTests/UnitTestsMain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/UnitTests/UnitTestsMain.cpp b/Source/UnitTests/UnitTestsMain.cpp index 4eed0c6099..3edb1c1909 100644 --- a/Source/UnitTests/UnitTestsMain.cpp +++ b/Source/UnitTests/UnitTestsMain.cpp @@ -25,7 +25,6 @@ int main(int argc, char** argv) { fmt::print(stderr, "Running main() from UnitTestsMain.cpp\n"); Common::RegisterMsgAlertHandler(TestMsgHandler); - Core::DeclareAsHostThread(); ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); |
