[Nice-commit] Nice/testsuite/compiler/packages inner-classes.testsuite,1.1,1.2
                
                Brought to you by:
                
                    bonniot
                    
                
            
            
        
        
        
    | 
     
      
      
      From: Artem Gr K. <ar...@us...> - 2005-04-18 19:05:06
      
     
   | 
Update of /cvsroot/nice/Nice/testsuite/compiler/packages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20098/testsuite/compiler/packages Modified Files: inner-classes.testsuite Log Message: A workaround for the situation when a class with a '$' in its name is searched for with '.' instead of '$'. Index: inner-classes.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/packages/inner-classes.testsuite,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** inner-classes.testsuite 18 Apr 2005 18:23:08 -0000 1.1 --- inner-classes.testsuite 18 Apr 2005 19:04:58 -0000 1.2 *************** *** 1,3 **** ! /// PASS bug /// package a /// TOPLEVEL --- 1,3 ---- ! /// PASS /// package a /// TOPLEVEL  |