Skip to content

Commit 93a4b37

Browse files
committed
test examples in doc/Programs/01-debugging.pod6
1 parent 274c6d6 commit 93a4b37

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/Programs/01-debugging.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ There are at least two useful debuggers available for Rakudo:
88
99
=item L<Debugger::UI::CommandLine|https://modules.perl6.org/repo/Debugger::UI::CommandLine>
1010
11-
A command-line debugger frontend for Rakudo.
11+
A command-line debugger frontend for Rakudo.
1212
1313
=item L<Grammar::Debugger|https://modules.perl6.org/repo/Grammar::Debugger> (and C<Grammar::Tracer> in the same distribution)
1414
15-
Simple tracing and debugging support for Perl 6 grammars
15+
Simple tracing and debugging support for Perl 6 grammars
1616
1717
Please see the documentation for these programs for further information.
1818

xt/examples-compilation.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ if @*ARGS {
3232
| 'Language/tables.p6'
3333
| 'Language/testing.p6'
3434
| 'Language/traps.p6'
35-
| 'Programs/01-debugging.p6'
3635
/,
3736
);
3837
}

0 commit comments

Comments
 (0)