Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix test failing for the wrong reason
priming-fails-bind-ok(sub (Int :$a!) { }, '$a', Int, :a); should actually
fail to find a bind error since Bool is specced to be an enum with base type
Int, IOW Bool ~~ Int.
Change it, so it will still pass, once Bool is a proper enum.- Loading branch information