Skip to content

Commit

Permalink
avoid warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Apr 27, 2012
1 parent 7febee4 commit b6c4e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/99-common.pl6
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if $dbh.^can('err') {
is $dbh.err, 0, 'err after successful create should be 0'; # test 6
}
else { skip 'err after successful create should be 0', 1 }
is $dbh.errstr, Any, "errstr after successful create should be Any"; # test 7
nok $dbh.errstr, "errstr after successful create should be false"; # test 7

# Insert rows using the various method calls
ok $dbh.do( "
Expand Down

0 comments on commit b6c4e50

Please sign in to comment.