Convert op/read.t to use test.pl and make it stricture compliant.
[p5sagit/p5-mst-13.2.git] / t / lib / 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 };