Skip to content

Commit

Permalink
skip t/hll/01-language since it's highly parrot specific right now
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpilot committed Aug 16, 2014
1 parent e806b34 commit c6c02af
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions t/hll/01-language.t
@@ -1,10 +1,11 @@
#! nqp

use NQPHLL;

plan(2);

ok( nqp::getcomp('parrot') ~~ HLL::Compiler, 'compreg for Parrot returns a HLL::Compiler' );

ok( nqp::getcomp('parrot').language eq 'parrot', '.language gives "parrot"' );
say("1..0 # Skipped: design changes, need re-work");

#use NQPHLL;
#
#plan(2);
#
#ok( nqp::getcomp('parrot') ~~ HLL::Compiler, 'compreg for Parrot returns a HLL::Compiler' );
#ok( nqp::getcomp('parrot').language eq 'parrot', '.language gives "parrot"' );

0 comments on commit c6c02af

Please sign in to comment.