From: Nicholas Clark Date: Fri, 22 Aug 2008 09:13:30 +0000 (+0000) Subject: Note that we have no test coverage for this particular warning. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d28af146350e01a3243b7ab968ed1d539a06fb30;p=p5sagit%2Fp5-mst-13.2.git Note that we have no test coverage for this particular warning. p4raw-id: //depot/perl@34216 --- diff --git a/universal.c b/universal.c index be58760..378329d 100644 --- a/universal.c +++ b/universal.c @@ -67,6 +67,8 @@ S_isa_lookup(pTHX_ HV *stash, const char * const name, const HV* const name_stas SV* const basename_sv = *svp++; HV* const basestash = gv_stashsv(basename_sv, 0); if (!basestash) { + /* We have no test coverage for this block, as of 2008/08. */ + abort(); if (ckWARN(WARN_SYNTAX)) Perl_warner(aTHX_ packWARN(WARN_SYNTAX), "Can't locate package %"SVf" for the parents of %s",