| Index: gm/gm_expectations.h
|
| ===================================================================
|
| --- gm/gm_expectations.h (revision 11353)
|
| +++ gm/gm_expectations.h (working copy)
|
| @@ -133,6 +133,11 @@
|
| bool ignoreFailure() const { return this->fIgnoreFailure; }
|
|
|
| /**
|
| + * Override default setting of fIgnoreFailure.
|
| + */
|
| + void setIgnoreFailure(bool val) { this->fIgnoreFailure = val; }
|
| +
|
| + /**
|
| * Returns true iff there are no allowed results.
|
| */
|
| bool empty() const { return this->fAllowedResultDigests.empty(); }
|
|
|