cvsuser     05/04/07 19:26:26

  Modified:    imcc/t/syn pcc.t
  Log:
  This test passes on darwin, so don't skip it there, either.
  
  Revision  Changes    Path
  1.52      +2 -2      parrot/imcc/t/syn/pcc.t
  
  Index: pcc.t
  ===================================================================
  RCS file: /cvs/public/parrot/imcc/t/syn/pcc.t,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- pcc.t     25 Mar 2005 07:44:20 -0000      1.51
  +++ pcc.t     8 Apr 2005 02:26:26 -0000       1.52
  @@ -1202,7 +1202,7 @@
   OUT
   
   SKIP: {
  -  skip("cant do NCI on $^O", 1) unless ($^O =~ /linux/);
  +  skip("cant do NCI on $^O", 1) unless ($^O =~ /linux/ || $^O =~ /darwin/);
   pir_output_is(<<'CODE', <<'OUT', "nci");
   .sub test @MAIN
       .sym pmc FABS
  
  
  

Reply via email to