From ab0a50979b9eb4dfa3320eff7e187e41efedf7a9 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Fri, 8 Aug 2014 14:30:41 +0200 Subject: Update Chromium to beta version 37.0.2062.68 Change-Id: I188e3b5aff1bec75566014291b654eb19f5bc8ca Reviewed-by: Andras Becsi --- .../JSON/JSON-2.59/t/xe20_croak_message.t | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 chromium/third_party/JSON/JSON-2.59/t/xe20_croak_message.t (limited to 'chromium/third_party/JSON/JSON-2.59/t/xe20_croak_message.t') diff --git a/chromium/third_party/JSON/JSON-2.59/t/xe20_croak_message.t b/chromium/third_party/JSON/JSON-2.59/t/xe20_croak_message.t deleted file mode 100644 index 1af44dd0dc7..00000000000 --- a/chromium/third_party/JSON/JSON-2.59/t/xe20_croak_message.t +++ /dev/null @@ -1,21 +0,0 @@ - -# https://rt.cpan.org/Public/Bug/Display.html?id=61708 - -use strict; -use Test::More; - -BEGIN { plan tests => 1 }; -BEGIN { $ENV{PERL_JSON_BACKEND} = 1; } - -use JSON; # currently it can't pass with -support_by_pp; - - -SKIP: { - skip "can't use JSON::XS.", 1, unless( JSON->backend->is_xs ); - - my $json = JSON->new; - - eval q{ $json->encode( undef ) }; - like( $@, qr/line 1\./ ); -} - -- cgit v1.2.3