diff --git a/test/core/api.js b/test/core/api.js index 4464600e3e..6c6353b42a 100644 --- a/test/core/api.js +++ b/test/core/api.js @@ -84,11 +84,11 @@ suite("api", function () { test("{ modules: \"system\" }", function () { var expected = [ "System.register('foo/bar', [], function (_export) {", + " 'use strict';", + "", " return {", " setters: [],", " execute: function () {", - " 'use strict';", - "", " foo('bar');", " }", " };",