diff --git a/modules/benchmarks/src/compiler/bp.conf.es5 b/modules/benchmarks/src/compiler/bp.conf.es5 index 7991da976d..235bb40d80 100644 --- a/modules/benchmarks/src/compiler/bp.conf.es5 +++ b/modules/benchmarks/src/compiler/bp.conf.es5 @@ -4,7 +4,7 @@ module.exports = function(config) { {src: '/js/traceur-runtime.js'}, {src: '/js/es6-module-loader-sans-promises.src.js'}, {src: '/js/extension-register.js'}, - {src: 'paths.js'}, + {src: 'register_system.js'}, {src: 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.js'}, {src: 'benchmark.js'} ] diff --git a/modules/benchmarks/src/compiler/paths.es5 b/modules/benchmarks/src/compiler/register_system.es5 similarity index 76% rename from modules/benchmarks/src/compiler/paths.es5 rename to modules/benchmarks/src/compiler/register_system.es5 index 388ec08a16..2e26a8b495 100644 --- a/modules/benchmarks/src/compiler/paths.es5 +++ b/modules/benchmarks/src/compiler/register_system.es5 @@ -5,6 +5,7 @@ System.paths = { 'di/*': '/js/di/lib/*.js', 'rtts_assert/*': '/js/rtts_assert/lib/*.js', 'test_lib/*': '/js/test_lib/lib/*.js', - 'benchmarks/*': '/js/benchmarks/lib/*.js' + 'benchmarks/*': '/js/benchmarks/lib/*.js', + 'reflection/*': '/js/reflection/lib/*.js' }; register(System);