Skip to content

Commit 346273c

Browse files
committed
Fix test name
1 parent 3308069 commit 346273c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ xtest:
4747

4848
# Content tests
4949
ctest:
50-
prove --exec perl6 -r t/tabs.t xt/perl-nbsp.t xt/trailing-whitespace.t
50+
prove --exec perl6 -r t/07-tabs.t xt/perl-nbsp.t xt/trailing-whitespace.t
5151

5252
help:
5353
@echo "Usage: make [html|html-nohighlight|test|xtest|ctest]"

0 commit comments

Comments
 (0)