From e8d1c69ea864f892f29f00eb48f126f217a12b9c Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 15 Aug 2014 11:08:06 +0800 Subject: [PATCH] Enable the spec of testing crash of protocol module. --- spec/static/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/static/main.js b/spec/static/main.js index af9c0fdd0d9..01ee3dba8e4 100644 --- a/spec/static/main.js +++ b/spec/static/main.js @@ -133,7 +133,7 @@ app.on('ready', function() { app.setApplicationMenu(menu); // Test if using protocol module would crash. - // require('protocol').registerProtocol('test-if-crashes', function() {}); + require('protocol').registerProtocol('test-if-crashes', function() {}); window = new BrowserWindow({ title: 'atom-shell tests',