Skip to content

Commit c75a04c

Browse files
committed
Merge pull request #20 from Mouq/master
Fix tests on latest Rakudo
2 parents 2484983 + ef41b31 commit c75a04c

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

t/01-parse.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
use v6;
2-
BEGIN { @*INC.push('lib') };
3-
42
use JSON::Tiny::Grammar;
53
use Test;
64

t/02-structure.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use v6;
2-
BEGIN { @*INC.push('lib') };
32
use JSON::Tiny;
43
use Test;
54

t/03-unicode.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
use v6;
2-
BEGIN { @*INC.push('lib') };
3-
42
use JSON::Tiny::Grammar;
53
use JSON::Tiny::Actions;
64
use Test;

t/04-roundtrip.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use Test;
2-
BEGIN { @*INC.push: 'lib' };
32
use JSON::Tiny;
43

54
my @s =

t/05-utf16.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
use v6;
2-
BEGIN { @*INC.push('lib') };
3-
42
use JSON::Tiny;
53
use Test;
64

0 commit comments

Comments
 (0)