Merge default tests in pos_is_ok

No functional change.
This commit is contained in:
Marco Costalba
2014-03-15 15:26:29 +01:00
parent 142874b058
commit 6e4b4c42ed
2 changed files with 17 additions and 22 deletions

View File

@@ -164,7 +164,7 @@ public:
bool is_draw() const;
// Position consistency check, for debugging
bool pos_is_ok(int* failedStep = NULL) const;
bool pos_is_ok(int* step = NULL) const;
void flip();
private: