summaryrefslogtreecommitdiffhomepage
path: root/test/util/save_util.h
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-08-26 14:04:24 -0700
committergVisor bot <gvisor-bot@google.com>2019-08-26 14:07:17 -0700
commitbaf4d8aaca520255d52627779ada2be56be7f861 (patch)
tree77020e9e6ae843756dbee6151e2b8c54079f3c8d /test/util/save_util.h
parent7206202bb9439499a084a90dd885ef77f51186aa (diff)
Internal change.
PiperOrigin-RevId: 265535438
Diffstat (limited to 'test/util/save_util.h')
-rw-r--r--test/util/save_util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/util/save_util.h b/test/util/save_util.h
index 90460701e..bddad6120 100644
--- a/test/util/save_util.h
+++ b/test/util/save_util.h
@@ -41,6 +41,11 @@ class DisableSave {
//
// errno is guaranteed to be preserved.
void MaybeSave();
+
+namespace internal {
+bool ShouldSave();
+} // namespace internal
+
} // namespace testing
} // namespace gvisor