diff options
Diffstat (limited to 'src/zencore/testing.cpp')
| -rw-r--r-- | src/zencore/testing.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zencore/testing.cpp b/src/zencore/testing.cpp index c6ee5ee6b..9f88a3365 100644 --- a/src/zencore/testing.cpp +++ b/src/zencore/testing.cpp @@ -309,10 +309,6 @@ RunTestMain(int Argc, char* Argv[], const char* ExecutableName, void (*ForceLink ForceLink(); -# if ZEN_PLATFORM_LINUX - zen::IgnoreChildSignals(); -# endif - # if ZEN_WITH_TRACE zen::TraceInit(ExecutableName); zen::TraceOptions TraceCommandlineOptions; |