Skip to content

Commit

Permalink
Enable HLL test 01-language.t
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Jun 27, 2018
1 parent 3d13beb commit 879f293
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions t/hll/01-language.t
@@ -1,11 +1,7 @@
#! nqp
#!/usr/bin/env nqp

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"' );
use NQPHLL;
plan(2);

ok( nqp::getcomp('nqp') ~~ HLL::Compiler, 'compreg for NQP returns a HLL::Compiler' );
ok( nqp::getcomp('nqp').language eq 'nqp', '.language gives "nqp"' );

0 comments on commit 879f293

Please sign in to comment.