Revision: 1348
Author: [email protected]
Date: Mon Sep 13 12:45:29 2010
Log: fix t/test09.t for bleadperl ac56e7d
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1348

Modified:
 /trunk/t/test09.p
 /trunk/t/test09.x

=======================================
--- /trunk/t/test09.p   Mon Apr 19 04:08:57 2010
+++ /trunk/t/test09.p   Mon Sep 13 12:45:29 2010
@@ -1,6 +1,6 @@
 sub foo {
-    eval "1;
-          2;
+    eval "shift;
+          shift;
           bar();";
 }

=======================================
--- /trunk/t/test09.x   Mon Apr 19 04:08:57 2010
+++ /trunk/t/test09.x   Mon Sep 13 12:45:29 2010
@@ -2,8 +2,8 @@
 # More information at http://search.cpan.org/dist/Devel-NYTProf/
 # Format: time,calls,time/call,code
 0,0,0,sub foo {
-0,2,0,eval "1;
-0,0,0,2;
+0,2,0,eval "shift;
+0,0,0,shift;
 0,0,0,bar();";
 0,0,0,}
 0,0,0,

--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]

Reply via email to