You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/04/19 17:34:01 UTC

[08/19] git commit: [flex-falcon] - [FalconJX] resolved TODO

[FalconJX] resolved TODO

This TODO was copy-pasted from the super class, no need for a duplicate here.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/452e4ab8
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/452e4ab8
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/452e4ab8

Branch: refs/heads/develop
Commit: 452e4ab878db6888a5846a72efae207b92cbd987
Parents: ce60cb7
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Apr 19 16:37:38 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Apr 19 16:37:38 2013 +0200

----------------------------------------------------------------------
 .../codegen/js/goog/TestGoogStatements.java        |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/452e4ab8/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogStatements.java
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogStatements.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogStatements.java
index b879741..aca660f 100644
--- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogStatements.java
+++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogStatements.java
@@ -256,7 +256,6 @@ public class TestGoogStatements extends TestStatements
     @Test
     public void testVisitLabel_1a()
     {
-        // TODO (mschmalle) LabelStatement messes up in finally{} block, something is wrong there
         LabeledStatementNode node = (LabeledStatementNode) getNode(
                 "foo: for each(var i:int in obj) break foo;",
                 LabeledStatementNode.class);