summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c b/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
index a551cbf29de..fea9ad0bfe3 100644
--- a/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
@@ -383,7 +383,7 @@ main(int argc, char *argv[])
/*
* Bypass this test for OS X. We periodically see it hang without error,
* leaving a zombie process that never exits (WT-4613, BUILD-7616).
- */
+ */
#if defined(__APPLE__)
skip = true;
#endif