Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test broken by levenshtein changes
  • Loading branch information
lizmat committed Dec 4, 2015
1 parent 20303fe commit d8db71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-names/strict.t
Expand Up @@ -16,7 +16,7 @@ is $Foo::foo, 42, 'lax declared variable is package scoped';

{
use strict;
throws-like '$foo = 10;', X::Undeclared, suggestions => '';
throws-like '$foo = 10;', X::Undeclared, suggestions => 'Foo';
}

#?rakudo 1 skip 'lax mode does not propagate into EVAL yet RT #124912'
Expand Down

0 comments on commit d8db71f

Please sign in to comment.