Skip to content

Commit c6c02af

Browse files
committed
skip t/hll/01-language since it's highly parrot specific right now
1 parent e806b34 commit c6c02af

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

t/hll/01-language.t

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#! nqp
22

3-
use NQPHLL;
4-
5-
plan(2);
6-
7-
ok( nqp::getcomp('parrot') ~~ HLL::Compiler, 'compreg for Parrot returns a HLL::Compiler' );
8-
9-
ok( nqp::getcomp('parrot').language eq 'parrot', '.language gives "parrot"' );
3+
say("1..0 # Skipped: design changes, need re-work");
4+
5+
#use NQPHLL;
6+
#
7+
#plan(2);
8+
#
9+
#ok( nqp::getcomp('parrot') ~~ HLL::Compiler, 'compreg for Parrot returns a HLL::Compiler' );
10+
#ok( nqp::getcomp('parrot').language eq 'parrot', '.language gives "parrot"' );
1011

0 commit comments

Comments
 (0)