Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Handle different reporting on different backends
  • Loading branch information
lizmat committed May 21, 2015
1 parent 83f09e0 commit c00dded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/01-sanity/54-use-lib.t
Expand Up @@ -29,7 +29,7 @@ is (BEGIN +@?INC), $start + 2, 'did we revert number of elements';

throws-like( { @?INC[0] = "boom" },
X::Assignment::RO,
typename => 'Str',
typename => $*VM.name eq 'jvm' ?? 'value' !! 'Str',
);
for <unshift("boom") push("boom")> -> $method {
throws-like( "@?INC.$method", X::Multi::NoMatch );
Expand Down

0 comments on commit c00dded

Please sign in to comment.