Skip to content

Commit f9c5f5f

Browse files
committed
Use harness5 and harness6 files instead of spectest.data
1 parent e61ffa5 commit f9c5f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/advent2010-day03.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ok @rakudo-expected (<=) @rakudo-files, "dir"
2020
or diag "missing: {@rakudo-expected (-) @rakudo-files}";
2121

2222
my @test-files = map *.relative.subst('\\', '/'), dir 't';
23-
my @test-expected = <t/spectest.data>;
23+
my @test-expected = <t/harness5 t/harness6>;
2424
ok @test-expected (<=) @test-files, 'dir'
2525
or diag "got: {@test-files} missing: {@test-expected (-) @test-files}";
2626

0 commit comments

Comments
 (0)