| Index: third_party/JSON/JSON-2.59/t/e00_func.t | 
| diff --git a/third_party/JSON/JSON-2.59/t/e00_func.t b/third_party/JSON/JSON-2.59/t/e00_func.t | 
| deleted file mode 100644 | 
| index c291d059afef60228773fd3e7f419d2a71b52ffa..0000000000000000000000000000000000000000 | 
| --- a/third_party/JSON/JSON-2.59/t/e00_func.t | 
| +++ /dev/null | 
| @@ -1,17 +0,0 @@ | 
| - | 
| -use Test::More; | 
| -use strict; | 
| -BEGIN { plan tests => 2 }; | 
| -BEGIN { $ENV{PERL_JSON_BACKEND} = "JSON::backportPP"; } | 
| -use JSON; | 
| -######################### | 
| - | 
| -my $json = JSON->new; | 
| - | 
| -my $js = 'abc'; | 
| - | 
| - | 
| -is(to_json($js, {allow_nonref => 1}), '"abc"'); | 
| - | 
| -is(from_json('"abc"', {allow_nonref => 1}), 'abc'); | 
| - | 
|  |