diff --git a/test/test-build.js b/test/test-build.js index 18b0a2f36..317fa4fad 100644 --- a/test/test-build.js +++ b/test/test-build.js @@ -1061,8 +1061,8 @@ (function() { var commands = [ - 'iife=this["lodash"]=(function(window){%output%;return lodash}(this))', - 'iife=define(function(window){return function(){%output%;return lodash}}(this));' + 'iife=this["lodash"]=(function(window){%output%;return _}(this))', + 'iife=define(function(window){return function(){%output%;return _}}(this));' ]; commands.forEach(function(command) {