Enable the spec of testing crash of protocol module.

This commit is contained in:
Cheng Zhao 2014-08-15 11:08:06 +08:00
Родитель 1883da463f
Коммит e8d1c69ea8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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',