Chromium Code Reviews| Index: gin/test/expect.js |
| diff --git a/gin/test/expect.js b/gin/test/expect.js |
| index 415445645e3112ef53b94582ec0c5ba864ecc387..b5e0f216e7890e73c96f09c9033274f0c23879f9 100644 |
| --- a/gin/test/expect.js |
| +++ b/gin/test/expect.js |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -define(["console"], function(console) { |
| +define(function() { |
| // Equality function based on isEqual in |
| // Underscore.js 1.5.2 |
| // http://underscorejs.org |