Skip to content

Commit 3a0eadc

Browse files
committed
no worries
Here is a little song I wrote You might want to sing it note for note Don't worry be happy In every life we have some trouble When you worry you make it double Don't worry, be happy......
1 parent 45ce3b6 commit 3a0eadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xt/examples-compilation.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ for @examples -> $eg {
8080
# Further wrap in an anonymous class (so bare method works)
8181
# Add in empty routine bodies if needed
8282

83-
my $code = 'BEGIN $*LANG.set_pragma("no-worries",1);';
83+
my $code = 'no worries; ';
8484
$code ~= "if False \{\nclass :: \{\n";
8585
$code ~= $eg<preamble> ~ ";\n";
8686

0 commit comments

Comments
 (0)