[svn:parrot] r45989 - trunk/tools/install
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Sat Apr 24 17:03:14 UTC 2010
Author: fperrad
Date: Sat Apr 24 17:03:13 2010
New Revision: 45989
URL: https://trac.parrot.org/parrot/changeset/45989
Log:
[install] nqp is gone with r45953
Modified:
trunk/tools/install/smoke.pl
Modified: trunk/tools/install/smoke.pl
==============================================================================
--- trunk/tools/install/smoke.pl Sat Apr 24 15:51:45 2010 (r45988)
+++ trunk/tools/install/smoke.pl Sat Apr 24 17:03:13 2010 (r45989)
@@ -9,7 +9,7 @@
use Getopt::Long;
use File::Spec::Functions;
-use Test::More tests => 8;
+use Test::More tests => 7;
=head1 NAME
@@ -146,16 +146,6 @@
ok($out =~ /^\n\.sub '_ROOT_past'/, "check TGE");
unlink($filename);
-# compilers/nqp is typically not installed
-$filename = 'test.nqp';
-open $FH, '>', $filename
- or die "Can't open $filename ($!).\n";
-print $FH "say('hello world!');\n";
-close $FH;
-$out = `$parrot $compdir/nqp/nqp.pbc $filename`;
-ok($out eq "hello world!\n", "check nqp");
-unlink($filename);
-
# Local Variables:
# mode: cperl
# cperl-indent-level: 4
More information about the parrot-commits
mailing list