From 4ce8a6de47b49d36c8da1bdfbbd27f9f5373b1c6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 26 Oct 2006 17:46:41 +0000 Subject: [PATCH] Clarify diagnostic. --- lib/ZOOM/IRSpy.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index de60a7a..8160dd6 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.38 2006-10-26 17:21:35 mike Exp $ +# $Id: IRSpy.pm,v 1.39 2006-10-26 17:46:41 mike Exp $ package ZOOM::IRSpy; @@ -309,7 +309,7 @@ sub check { $tname = "Main" if !defined $tname; $this->{tree} = $this->_gather_tests($tname) - or die "No tests defined"; + or die "No tests defined for '$tname'"; #$this->{tree}->print(0); my $nskipped = 0; -- 1.7.10.4