Changeset 4314 for trunk/ProjectFortress
- Timestamp:
- 11/05/09 03:48:08 (3 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/src/com/sun/fortress/syntax_abstractions/SyntaxAbstractionJUTestAll.java
r3998 r4314 18 18 package com.sun.fortress.syntax_abstractions; 19 19 20 import com.sun.fortress.Shell; 21 import com.sun.fortress.compiler.phases.PhaseOrder; 22 20 23 import com.sun.fortress.compiler.StaticTestSuite; 21 24 import com.sun.fortress.repository.ProjectProperties; … … 34 37 35 38 public static TestSuite suite() throws IOException { 39 Shell.setPhaseOrder(PhaseOrder.interpreterPhaseOrder); 36 40 FilenameFilter fssFilter = new FilenameFilter() { 37 41 public boolean accept(File dir, String name) {

