fix up tests
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/bdc933e4 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/bdc933e4 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/bdc933e4 Branch: refs/heads/develop Commit: bdc933e4c22be00a90790d38dace8abe80271a88 Parents: 6c6584d Author: Alex Harui <[email protected]> Authored: Thu Apr 7 10:55:27 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Apr 7 10:55:27 2016 -0700 ---------------------------------------------------------------------- .../test-files/flexjs/projects/interfaces/Test_result.js | 1 - compiler.jx.tests/test-files/flexjs/projects/super/Base_result.js | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/bdc933e4/compiler.jx.tests/test-files/flexjs/projects/interfaces/Test_result.js ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/test-files/flexjs/projects/interfaces/Test_result.js b/compiler.jx.tests/test-files/flexjs/projects/interfaces/Test_result.js index 92bb29f..42ab0f4 100644 --- a/compiler.jx.tests/test-files/flexjs/projects/interfaces/Test_result.js +++ b/compiler.jx.tests/test-files/flexjs/projects/interfaces/Test_result.js @@ -29,7 +29,6 @@ goog.require('org.apache.flex.utils.Language'); - /** * @constructor * @extends {classes.A} http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/bdc933e4/compiler.jx.tests/test-files/flexjs/projects/super/Base_result.js ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/test-files/flexjs/projects/super/Base_result.js b/compiler.jx.tests/test-files/flexjs/projects/super/Base_result.js index db3ade9..1306674 100644 --- a/compiler.jx.tests/test-files/flexjs/projects/super/Base_result.js +++ b/compiler.jx.tests/test-files/flexjs/projects/super/Base_result.js @@ -26,7 +26,6 @@ goog.require('org.apache.flex.utils.Language'); - /** * @constructor * @extends {Super}
