More changes to tests to match desired 'goog' JS output Signed-off-by: Erik de Bruin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/f3f04f41 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/f3f04f41 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/f3f04f41 Branch: refs/heads/develop Commit: f3f04f41a640012aa8dd02039773bab7248cc0f4 Parents: 39102df Author: Erik de Bruin <[email protected]> Authored: Tue Nov 5 13:34:54 2013 +0100 Committer: Erik de Bruin <[email protected]> Committed: Tue Nov 5 13:34:54 2013 +0100 ---------------------------------------------------------------------- .../test-files/flexjs/projects/interfaces/interfaces/IA_result.js | 2 +- .../test-files/flexjs/projects/interfaces/interfaces/IC_result.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/f3f04f41/compiler.jx.tests/test-files/flexjs/projects/interfaces/interfaces/IA_result.js ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/test-files/flexjs/projects/interfaces/interfaces/IA_result.js b/compiler.jx.tests/test-files/flexjs/projects/interfaces/interfaces/IA_result.js index 7f5bbae..30cb5cf 100644 --- a/compiler.jx.tests/test-files/flexjs/projects/interfaces/interfaces/IA_result.js +++ b/compiler.jx.tests/test-files/flexjs/projects/interfaces/interfaces/IA_result.js @@ -12,4 +12,4 @@ interfaces.IA = function() { /** * @const */ -interfaces.IA.AFJS_INTERFACES = [interfaces.IC]; +interfaces.IA.prototype.AFJS_INTERFACES = [interfaces.IC]; http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/f3f04f41/compiler.jx.tests/test-files/flexjs/projects/interfaces/interfaces/IC_result.js ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/test-files/flexjs/projects/interfaces/interfaces/IC_result.js b/compiler.jx.tests/test-files/flexjs/projects/interfaces/interfaces/IC_result.js index b48eec9..e1ddae6 100644 --- a/compiler.jx.tests/test-files/flexjs/projects/interfaces/interfaces/IC_result.js +++ b/compiler.jx.tests/test-files/flexjs/projects/interfaces/interfaces/IC_result.js @@ -12,4 +12,4 @@ interfaces.IC = function() { /** * @const */ -interfaces.IC.AFJS_INTERFACES = [interfaces.ID]; +interfaces.IC.prototype.AFJS_INTERFACES = [interfaces.ID];
