We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e806b34 commit c6c02afCopy full SHA for c6c02af
t/hll/01-language.t
@@ -1,10 +1,11 @@
1
#! nqp
2
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"' );
+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' );
10
+#ok( nqp::getcomp('parrot').language eq 'parrot', '.language gives "parrot"' );
11
0 commit comments