Skip to content

Commit

Permalink
Reposition test files objects.t under t/oo/ rather than t/pmc/, per
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jun 13, 2010
1 parent f459026 commit 1b21c12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
# generated by tools/dev/mk_manifest_and_skip.pl Wed Jun 9 14:23:50 2010 UT
# generated by tools/dev/mk_manifest_and_skip.pl Sun Jun 13 02:03:00 2010 UT
#
# See below for documentation on the format of this file.
#
Expand Down Expand Up @@ -1775,6 +1775,7 @@ t/oo/mro-c3.t [test]
t/oo/names.t [test]
t/oo/new-old.t [test]
t/oo/new.t [test]
t/oo/objects.t [test]
t/oo/ops.t [test]
t/oo/proxy.t [test]
t/oo/root_new.t [test]
Expand Down Expand Up @@ -1900,7 +1901,6 @@ t/pmc/null.t [test]
t/pmc/object-meths.t [test]
t/pmc/object-mro.t [test]
t/pmc/object.t [test]
t/pmc/objects.t [test]
t/pmc/opcode.t [test]
t/pmc/oplib.t [test]
t/pmc/orderedhash.t [test]
Expand Down
4 changes: 2 additions & 2 deletions t/pmc/objects.t → t/oo/objects.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

=head1 NAME

t/pmc/objects.t - Objects
t/oo/objects.t - Objects

=head1 SYNOPSIS

% prove t/pmc/objects.t
% prove t/oo/objects.t

=head1 DESCRIPTION

Expand Down

0 comments on commit 1b21c12

Please sign in to comment.