Skip to content

Commit 93d6777

Browse files
committed
Force QAST_BLOCK_NO_CLOSE in compile_qast() in qast tests.
1 parent 3f4d70f commit 93d6777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/qast/qast.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ plan(72);
44

55
# Following a test infrastructure.
66
sub compile_qast($qast) {
7+
my $*QAST_BLOCK_NO_CLOSE := 1;
78
my $pirt := QAST::Compiler.as_post($qast);
89
my $pir := $pirt.pir();
910
QAST::Compiler.evalpmc($pir);

0 commit comments

Comments
 (0)