Author: bernhard
Date: Wed Apr 4 12:06:29 2007
New Revision: 17978
Modified:
trunk/languages/parrot_compiler/t/basic/hello.t
Log:
Remove broken TODO test for the removed Leo-PAST.
Modified: trunk/languages/parrot_compiler/t/basic/hello.t
==============================================================================
--- trunk/languages/parrot_compiler/t/basic/hello.t (original)
+++ trunk/languages/parrot_compiler/t/basic/hello.t Wed Apr 4 12:06:29 2007
@@ -6,7 +6,7 @@
use FindBin;
use lib "$FindBin::Bin/../../lib", "$FindBin::Bin/../../../../lib";
-use Parrot::Test tests => 9;
+use Parrot::Test tests => 8;
use Test::More;
# Execute 'Hello World' in PASM and PIR
@@ -72,11 +72,3 @@
language_output_is( 'ParrotCompiler', $code{PIR}, $out{PIR},
$ENV{TEST_PROG_ARGS} );
};
-
-TODO:
-{
- local $TODO = 'generating PASM from PIR is not supported';
- $ENV{TEST_PROG_ARGS} = 'parrot_compiler.pasm --language=PAST';
- language_output_is( 'ParrotCompiler', $code{PAST}, $out{PAST},
- $ENV{TEST_PROG_ARGS} );
-};