--- extend.t	2004-05-24 12:50:52.206518900 -0400
+++ t/src/extend.t	2004-05-24 12:51:32.554658300 -0400
@@ -388,7 +388,6 @@
 OUTPUT
 
 my $temp = 'temp';;
-SKIP: { skip("Hangs on cygwin", 1);
 open S, ">$temp.pasm" or die "Can't write $temp.pasm";
 print S <<'EOF';
   .pcc_sub _sub1:
@@ -462,7 +461,6 @@
 hello in sub2
 back
 OUTPUT
-};
 
 open S, ">$temp.pasm" or die "Can't write $temp.pasm";
 print S <<'EOF';
