Chromium Code Reviews| Index: remoting/webapp/crd/js/error_unittest.js |
| diff --git a/remoting/webapp/crd/js/error_unittest.js b/remoting/webapp/crd/js/error_unittest.js |
| index 31df1b8bcbaf76f34a996e87e5e30405b70944c5..5c0bf10d8a21521a07b808711d71efdcdb0aaee0 100644 |
| --- a/remoting/webapp/crd/js/error_unittest.js |
| +++ b/remoting/webapp/crd/js/error_unittest.js |
| @@ -6,12 +6,7 @@ |
| 'use strict'; |
| -QUnit.module('error', { |
| - setup: function() { |
| - }, |
| - teardown: function() { |
| - } |
| -}); |
| +QUnit.module('error'); |
| QUnit.test('error constructor 1', function() { |
| var error = new remoting.Error(remoting.Error.Tag.HOST_OVERLOAD); |