]> git.draconx.ca Git - rrace.git/commit
Fix boardmove testcase typo.
authorNick Bowler <nbowler@draconx.ca>
Sat, 5 Mar 2022 21:32:48 +0000 (16:32 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 7 Mar 2022 03:36:22 +0000 (22:36 -0500)
commite97eb9f9d8098ed0e5685192a7a71e430faaa906
tree8b1bc73d90ab2b880b266427b0cabc6cdd24c3df
parent30f49b9152dcf5ce7baefa9287b0ec627155fba9
Fix boardmove testcase typo.

Comparing "if (argv > 0)" is an obvious typo, totally invalid and bogus.
Weirdly GCC fails to complain without "-pedantic", but HP-UX cc is happy
to inform us about the error.
t/boardmove.c