Revision: 1346
Author: [email protected]
Date: Mon Sep 13 12:39:42 2010
Log: fix t/10-run.t for bleadperl ac56e7d
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1346

Modified:
 /trunk/t/10-run.t

=======================================
--- /trunk/t/10-run.t   Fri May  7 02:02:30 2010
+++ /trunk/t/10-run.t   Mon Sep 13 12:39:42 2010
@@ -10,8 +10,8 @@

 # tiny amount of source code to exercise RT#50851
 my @src = (
-    "1+1;\n",
-    "2+2;\n",
+    "\$a = 1;\n",
+    "\$b = 2;\n",
 );

 run_test_group( {

--
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