From bee1dbe28446f1b188ddf14e24e7f65771825d8f Mon Sep 17 00:00:00 2001 From: Larry Wall <lwall@netlabs.com> Date: Mon, 8 Jun 1992 04:52:08 +0000 Subject: perl 4.0 patch 26: patch #20, continued See patch #20. --- t/op/goto.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't') diff --git a/t/op/goto.t b/t/op/goto.t index b76d44d3ba..29bf797a58 100644 --- a/t/op/goto.t +++ b/t/op/goto.t @@ -1,6 +1,6 @@ #!./perl -# $Header: goto.t,v 4.0 91/03/20 01:52:52 lwall Locked $ +# $RCSfile: goto.t,v $$Revision: 4.0.1.1 $$Date: 92/06/08 15:43:25 $ print "1..3\n"; @@ -30,5 +30,4 @@ print "#2\t:$foo: == 4\n"; if ($foo == 4) {print "ok 2\n";} else {print "not ok 2\n";} $x = `./perl -e 'goto foo;' 2>&1`; -print "#3\t/label/ in :$x"; if ($x =~ /label/) {print "ok 3\n";} else {print "not ok 3\n";} -- cgit v1.2.1