diff -r aa67a5da66e3 -r 8bc2ca2a3b0a test/tools/javac/T6625520.java --- a/test/tools/javac/T6625520.java Wed Jun 18 07:23:25 2008 -0700 +++ b/test/tools/javac/T6625520.java Thu Jun 19 15:52:31 2008 -0700 @@ -25,6 +25,7 @@ import java.util.*; import javax.tools.*; import com.sun.tools.javac.file.*; +import com.sun.tools.javac.file.JavacFileManager; import com.sun.tools.javac.util.*; /* @@ -51,4 +52,4 @@ if (dc.getDiagnostics().size() > 0) throw new Exception("unexpected diagnostics found"); } -} \ No newline at end of file +}