LOGONLY mark 195c30 and b3fe9f as NODOC since they're tiny tweaks
[p5sagit/p5-mst-13.2.git] / ext / Devel-DProf / dprof / test8_v
1 # perl
2
3 use V;
4
5 dprofpp( '-t' );
6 $expected = 
7 qq{main::foo (2x)
8 main::bar
9 };
10
11 report 20, sub { $expected eq $results };