Demote the surrogate and non-character errors to warnings.
[p5sagit/p5-mst-13.2.git] / t / lib / dprof / test6_v
CommitLineData
583a019e 1# perl
2
3use V;
4
5dprofpp( '-T' );
6$expected =
7qq{main::bar
8main::baz
9 main::bar
10 main::foo
11 main::bar
12main::foo
13 main::bar
14};
95667ae4 15report 18, sub { $expected eq $results };
583a019e 16