Changeset 4314 for trunk/ProjectFortress

Show
Ignore:
Timestamp:
11/05/09 03:48:08 (3 weeks ago)
Author:
sukyoungryu
Message:

[syntax tests] Fixed a phase order in the syntax tests.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/src/com/sun/fortress/syntax_abstractions/SyntaxAbstractionJUTestAll.java

    r3998 r4314  
    1818package com.sun.fortress.syntax_abstractions; 
    1919 
     20import com.sun.fortress.Shell; 
     21import com.sun.fortress.compiler.phases.PhaseOrder; 
     22 
    2023import com.sun.fortress.compiler.StaticTestSuite; 
    2124import com.sun.fortress.repository.ProjectProperties; 
     
    3437 
    3538    public static TestSuite suite() throws IOException { 
     39        Shell.setPhaseOrder(PhaseOrder.interpreterPhaseOrder); 
    3640        FilenameFilter fssFilter = new FilenameFilter() { 
    3741            public boolean accept(File dir, String name) {