Fixing test to match the new !Class but Object type annotation.

Signed-off-by: Erik de Bruin <e...@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/15035e6e
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/15035e6e
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/15035e6e

Branch: refs/heads/maven
Commit: 15035e6e2390cde788d8046268ea1175eeb29463
Parents: 70683e5
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Fri Dec 6 08:28:15 2013 +0100
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Fri Dec 6 08:28:15 2013 +0100

----------------------------------------------------------------------
 .../compiler/internal/codegen/js/goog/TestGoogGlobalClasses.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/15035e6e/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogGlobalClasses.java
----------------------------------------------------------------------
diff --git 
a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogGlobalClasses.java
 
b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogGlobalClasses.java
index 412283d..1bbdf55 100644
--- 
a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogGlobalClasses.java
+++ 
b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/js/goog/TestGoogGlobalClasses.java
@@ -73,7 +73,7 @@ public class TestGoogGlobalClasses extends TestGlobalClasses
     {
         IVariableNode node = getVariable("var a:Class = new Class();");
         asBlockWalker.visitVariable(node);
-        assertOut("var /** @type {Class} */ a = new Class()");
+        assertOut("var /** @type {Object} */ a = new Class()");
     }
 
     @Override

Reply via email to