diff options
author | Brandon Black <blblack@gmail.com> | 2007-04-30 11:45:54 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-03 09:24:47 +0000 |
commit | 08aeb9f701fa786d490e79e99ac2f9f9de229da3 (patch) | |
tree | 0b85c35a860d553f5c560a72dc51b525224f3036 /t/mro | |
parent | 808cb88e26f50aa982b59730bcba3cf312610440 (diff) | |
download | perl-08aeb9f701fa786d490e79e99ac2f9f9de229da3.tar.gz |
Re: mro status, etc
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com>
p4raw-id: //depot/perl@31122
Diffstat (limited to 't/mro')
-rw-r--r-- | t/mro/recursion_c3.t | 1 | ||||
-rw-r--r-- | t/mro/recursion_dfs.t | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/t/mro/recursion_c3.t b/t/mro/recursion_c3.t index 7aa4a7b866..54293150e0 100644 --- a/t/mro/recursion_c3.t +++ b/t/mro/recursion_c3.t @@ -10,7 +10,6 @@ BEGIN { } require './test.pl'; -use mro; plan(skip_all => "Your system has no SIGALRM") if !exists $SIG{ALRM}; plan(tests => 8); diff --git a/t/mro/recursion_dfs.t b/t/mro/recursion_dfs.t index 313a4ed562..b7bf6d42cd 100644 --- a/t/mro/recursion_dfs.t +++ b/t/mro/recursion_dfs.t @@ -10,7 +10,6 @@ BEGIN { } require './test.pl'; -use mro; plan(skip_all => "Your system has no SIGALRM") if !exists $SIG{ALRM}; plan(tests => 8); |