Clean up cluster tests and wrap in namespace

This commit is contained in:
TonyYang
2016-09-08 11:46:09 +08:00
committed by GitHub
parent fe7b6acc16
commit 6defe2049a

View File

@@ -902,7 +902,7 @@ childProcess.spawnSync("echo test");
/// cluster tests: https://nodejs.org/api/cluster.html ///
//////////////////////////////////////////////////////////////////////
namespace os_tests {
namespace clusters_tests {
{
cluster.fork();
Object.keys(cluster.workers).forEach(key => {