diff --git a/test-app/runtime/src/main/cpp/MetadataNode.cpp b/test-app/runtime/src/main/cpp/MetadataNode.cpp index a01a5a1bf..fb4e36bd8 100644 --- a/test-app/runtime/src/main/cpp/MetadataNode.cpp +++ b/test-app/runtime/src/main/cpp/MetadataNode.cpp @@ -1918,7 +1918,7 @@ void MetadataNode::BuildMetadata(const string& filesPath) { // startup because the receiver is triggered. So even though we are exiting, the receiver will have // done its job - exit(0); + _Exit(0); } else { throw NativeScriptException(ss.str());