cvsuser 01/09/24 11:08:50
Modified: t/op number.t
Log:
* Enabled the clear_n test.
Revision Changes Path
1.7 +2 -5 parrot/t/op/number.t
Index: number.t
===================================================================
RCS file: /home/perlcvs/parrot/t/op/number.t,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -r1.6 -r1.7
--- number.t 2001/09/24 17:52:09 1.6
+++ number.t 2001/09/24 18:08:50 1.7
@@ -1,6 +1,6 @@
#! perl -w
-use Parrot::Test tests => 24;
+use Parrot::Test tests => 25;
output_is(<<CODE, <<OUTPUT, "set_n_nc");
set N0, 1.0
@@ -703,10 +703,7 @@
-2147483648
OUTPUT
-__END__
-
-
-output_is(<<CODE, <<OUTPUT, "clear_i");
+output_is(<<CODE, <<OUTPUT, "clear_n");
set N0, 547972.0
set N1, 547972.0
set N2, 547972.0
- cvs commit: parrot/t/op number.t simon
- cvs commit: parrot/t/op number.t thgibbs
- cvs commit: parrot/t/op number.t simon
- cvs commit: parrot/t/op number.t gregor
- cvs commit: parrot/t/op number.t gregor
- cvs commit: parrot/t/op number.t mrjoltcola
- cvs commit: parrot/t/op number.t jgoff
- cvs commit: parrot/t/op number.t leo
- cvs commit: parrot/t/op number.t leo
- cvs commit: parrot/t/op number.t Simon Glover
- cvs commit: parrot/t/op number.t Dan Sugalski
- cvs commit: parrot/t/op number.t Simon Glover
- cvs commit: parrot/t/op number.t Leopold Toetsch
- cvs commit: parrot/t/op number.t Leopold Toetsch
- cvs commit: parrot/t/op number.t Leopold Toetsch
