cvsuser     02/06/06 20:03:22

  Modified:    t/op     number.t
  Log:
  Removed bogus warning.
  
  Revision  Changes    Path
  1.16      +2 -9      parrot/t/op/number.t
  
  Index: number.t
  ===================================================================
  RCS file: /cvs/public/parrot/t/op/number.t,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -w -r1.15 -r1.16
  --- number.t  19 May 2002 05:35:21 -0000      1.15
  +++ number.t  7 Jun 2002 03:03:22 -0000       1.16
  @@ -375,22 +375,16 @@
   ok 2
   OUTPUT
   
  -SKIP: { skip("ne_i_nc_ic not added yet", 1);
  -
   output_is(<<CODE, <<OUTPUT, "ne_n_nc_ic");
        set     N0, 1073741824.0
   
  -     # XXX: This should be just ne, but the assembler can't handler it
  -     # at the moment.
  -#    ne_n_nc_ic      N0, 1073741824.0, ERROR
        ne      N0, 1073741824.0, ERROR
           branch          ONE
        print   "bad\\n"
   
   ONE:
        print   "ok 1\\n"
  -#    ne_n_nc_ic      I0, 0.0, TWO
  -     ne      I0, 0.0, TWO
  +     ne      N0, 0.0, TWO
           branch  ERROR
        print   "bad\\n"
   
  @@ -405,7 +399,6 @@
   ok 1
   ok 2
   OUTPUT
  -}
   
   output_is(<<CODE, <<OUTPUT, "lt_n_ic");
        set     N0, 1000.0
  
  
  


Reply via email to