diff options
| author | Martin Ridgers <[email protected]> | 2021-11-25 14:33:07 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-25 14:37:40 +0100 |
| commit | b09be1fc95da51726803b6860d6246eaff4b57fa (patch) | |
| tree | 83ad1e8293608f055a6a9c2b66ff23fa85484ebe /zencore/thread.cpp | |
| parent | Changed linkage of a helper method (diff) | |
| download | zen-b09be1fc95da51726803b6860d6246eaff4b57fa.tar.xz zen-b09be1fc95da51726803b6860d6246eaff4b57fa.zip | |
We no longer need to tag events with the process id
Diffstat (limited to 'zencore/thread.cpp')
| -rw-r--r-- | zencore/thread.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/zencore/thread.cpp b/zencore/thread.cpp index 20bcc0731..3643792e7 100644 --- a/zencore/thread.cpp +++ b/zencore/thread.cpp @@ -1082,9 +1082,7 @@ TEST_CASE("BuildArgV") TEST_CASE("ipc") { - using namespace fmt::literals; - - std::string Name = "zencore_test_event_{}"_format(GetCurrentProcessId()); + std::string Name = "zencore_test_event"; NamedEvent TestEvent(Name); // Timeout test |