diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-08-20 08:43:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-08-20 08:43:08 +0000 |
commit | 6d777319a259846b6241779c2d5108d0ddffef71 (patch) | |
tree | 7c92c5394c1f532d31424612d1c9ba2a8fd12392 /contrib/perl5/t/lib/dprof/test6_v | |
parent | 8947993a910c7e5d244200623325b9fcb54a9eee (diff) |
Notes
Diffstat (limited to 'contrib/perl5/t/lib/dprof/test6_v')
-rw-r--r-- | contrib/perl5/t/lib/dprof/test6_v | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/perl5/t/lib/dprof/test6_v b/contrib/perl5/t/lib/dprof/test6_v deleted file mode 100644 index 2f651ea794507..0000000000000 --- a/contrib/perl5/t/lib/dprof/test6_v +++ /dev/null @@ -1,16 +0,0 @@ -# perl - -use V; - -dprofpp( '-T' ); -$expected = -qq{main::bar -main::baz - main::bar - main::foo - main::bar -main::foo - main::bar -}; -report 18, sub { $expected eq $results }; - |