Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[t/compiler.t] fixed thinko
Oh, that's why we were doing so well on the errors. Now there's lots of
tests to fix.
  • Loading branch information
Carl Masak committed Mar 6, 2011
1 parent 6d95f69 commit d825429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/compiler.t
Expand Up @@ -84,7 +84,7 @@ for @programs-that-don't-compile -> $pair { # '
$c.compile($program);
$can-compile = True;
}
ok !$can-compile && defined $!.substr($expected-error),
ok !$can-compile && defined $!.index($expected-error),
"'{escape $program}' gives error '$expected-error'";
}

Expand Down

0 comments on commit d825429

Please sign in to comment.