[svn:parrot] r42536 - trunk/t/op

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Mon Nov 16 21:07:10 UTC 2009


Author: whiteknight
Date: Mon Nov 16 21:07:07 2009
New Revision: 42536
URL: https://trac.parrot.org/parrot/changeset/42536

Log:
[t] fix a typo in time.t. GeJ++

Modified:
   trunk/t/op/time.t

Modified: trunk/t/op/time.t
==============================================================================
--- trunk/t/op/time.t	Mon Nov 16 20:54:29 2009	(r42535)
+++ trunk/t/op/time.t	Mon Nov 16 21:07:07 2009	(r42536)
@@ -42,7 +42,7 @@
     $I0 = time
     sleep 1
     $I1 = time
-    $I2 = isgt $I1, $I2
+    $I2 = isgt $I1, $I0
     ok($I2, "sleep_i increases time")
     $I2 = $I0 + 1
     $I3 = isge $I1, $I2


More information about the parrot-commits mailing list