Changeset 1059

Show
Ignore:
Timestamp:
12/05/07 12:41:47 (1 year ago)
Author:
jdn
Message:

Bug fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ProjectFortress/build.xml

    r1039 r1059  
    183183            <fileset dir="test_library" includes="**/*.tfs" /> 
    184184            <fileset dir="test_library_native" includes="**/*.tfs" /> 
     185            <fileset dir="static_tests" includes="*.tfs" /> 
     186            <fileset dir="static_tests" includes="*.tfi" /> 
    185187        </delete> 
    186188    </target> 
  • trunk/ProjectFortress/src/com/sun/fortress/compiler/CompilerTopLevelJUTest.java

    r1048 r1059  
    5454        staticTests + "XXXUndefinedNestedRef.fss", 
    5555        staticTests + "XXXUndefinedRefInLoop.fss", 
    56         staticTests + "XXXUndefinedVar.fss",                                                           
     56        staticTests + "XXXUndefinedVar.fss", 
     57        staticTests + "SyntaxHelloWorldUse.fss", 
    5758        staticTests + "stub to eliminate comma trouble" 
    5859    ); 
  • trunk/ProjectFortress/static_tests/SyntaxHelloWorld.fsi

    r1057 r1059  
    1 api XXXSyntaxHelloWorld 
     1api SyntaxHelloWorld 
    22 
    33(*  import * from FortressAst *) 
  • trunk/ProjectFortress/static_tests/SyntaxHelloWorldUse.fss

    r1058 r1059  
    1 component XXXSyntaxHelloWorldUse 
     1component SyntaxHelloWorldUse 
    22 
    3 import helloworld from XXXSyntaxHelloWorld 
     3import helloworld from SyntaxHelloWorld 
    44 
    55export Executable