Skip to content

Commit 779fc8e

Browse files
committed
match 3-digits of test file
1 parent c79f5fe commit 779fc8e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

t/nqp/019-file-ops.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ok( nqp::defined(close($credits)), 'close');
4242
# setinputlinesep tests
4343

4444
{
45-
my $data := open('t/nqp/19-setinputlinesep.txt', :r, :!chomp);
45+
my $data := open('t/nqp/019-setinputlinesep.txt', :r, :!chomp);
4646
$data.set-nl-in(["a"]);
4747
my $line1 := $data.get;
4848
my $line2 := $data.get;
@@ -52,7 +52,7 @@ ok( nqp::defined(close($credits)), 'close');
5252
}
5353

5454
{
55-
my $data := open('t/nqp/19-setinputlinesep.txt', :r, :!chomp);
55+
my $data := open('t/nqp/019-setinputlinesep.txt', :r, :!chomp);
5656
$data.set-nl-in(["ba"]);
5757
my $line1 := $data.get;
5858
my $line2 := $data.get;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)