diff options
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); |