summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/dprof/test5_v
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/t/lib/dprof/test5_v')
-rw-r--r--contrib/perl5/t/lib/dprof/test5_v15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/perl5/t/lib/dprof/test5_v b/contrib/perl5/t/lib/dprof/test5_v
new file mode 100644
index 0000000..9e9298c
--- /dev/null
+++ b/contrib/perl5/t/lib/dprof/test5_v
@@ -0,0 +1,15 @@
+# perl
+
+use V;
+
+dprofpp( '-T' );
+$expected =
+qq{main::foo1
+ main::bar
+ main::yeppers
+main::foo2
+ main::bar
+ main::yeppers
+};
+report 17, sub { $expected eq $results };
+
OpenPOWER on IntegriCloud