Skip to content

Commit 303aa45

Browse files
committed
Always run this test under 'make xtest'
lizmat++ got all tests passing, keep testing until the new AST model is the only method (then we can remove the test file)
1 parent 621b2c9 commit 303aa45

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

xt/rakuast-compare.rakutest

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ use File::Temp;
77

88
=begin overview
99
10-
For all raku docs, compare output from RAKUAST and old --doc
10+
For all raku docs, compare output from RAKUAST and old --doc.
11+
1112
1213
=end overview
1314

1415
my @files = Test-Files.pods;
1516

16-
%*ENV<RAKUDO_AST_DOCS> ??
17-
plan +@files !!
18-
plan(:skip-all( "Set RAKUDO_AST_DOCS to run this test" ));
19-
2017
for @files -> $file {
2118

2219
%*ENV<RAKUDO_RAKUAST>="";

0 commit comments

Comments
 (0)