Skip to content

Commit eb77164

Browse files
committed
Fix typo in test name
1 parent 346fa6c commit eb77164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S19-command-line/repl.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ is shell($cmd).exitcode, 42, 'exit(42) in executed REPL got run';
9898
}
9999

100100
#?rakudo 2 todo 'RT 128595'
101-
subtest 'REPL with -M with non-existant module', {
101+
subtest 'REPL with -M with non-existent module', {
102102
plan 2;
103103
ok $test-ok, 'typing exit exits fine';
104104
like $stdout, /'output works'/, 'REPL output was sane';

0 commit comments

Comments
 (0)