diff options
| author | Martin Ridgers <[email protected]> | 2021-11-29 08:59:02 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-29 08:59:50 +0100 |
| commit | b688a219b75642369052017badec2876b3d2504d (patch) | |
| tree | ec8b9147b208e2aa1aab6b36a68707da78bc52b1 /zencore/thread.cpp | |
| parent | Implemented NamedMutex for Linux (diff) | |
| download | zen-b688a219b75642369052017badec2876b3d2504d.tar.xz zen-b688a219b75642369052017badec2876b3d2504d.zip | |
Renamed the "ipc" test to "NamedEvent"
Diffstat (limited to 'zencore/thread.cpp')
| -rw-r--r-- | zencore/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/thread.cpp b/zencore/thread.cpp index 8508f35c6..31f58edd9 100644 --- a/zencore/thread.cpp +++ b/zencore/thread.cpp @@ -1121,7 +1121,7 @@ TEST_CASE("BuildArgV") } } -TEST_CASE("ipc") +TEST_CASE("NamedEvent") { std::string Name = "zencore_test_event"; NamedEvent TestEvent(Name); |