summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt3338_partial_update/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt3338_partial_update/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt3338_partial_update/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt3338_partial_update/main.c b/src/third_party/wiredtiger/test/csuite/wt3338_partial_update/main.c
index 569339eb4af..17da54f5fa7 100644
--- a/src/third_party/wiredtiger/test/csuite/wt3338_partial_update/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt3338_partial_update/main.c
@@ -155,6 +155,10 @@ compare(WT_ITEM *orig, WT_ITEM *local, WT_ITEM *library)
* should match the modified value that was used as input to the
* calculate-modify API.
*/
+/*
+ * modify_run --
+ * TODO: Add a comment describing this function.
+ */
static void
modify_run(TEST_OPTS *opts)
{
@@ -240,6 +244,10 @@ modify_run(TEST_OPTS *opts)
__wt_buf_free(session, &modtmp);
}
+/*
+ * main --
+ * TODO: Add a comment describing this function.
+ */
int
main(int argc, char *argv[])
{