summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3-test.h')
-rwxr-xr-xxdelta3/xdelta3-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-test.h b/xdelta3/xdelta3-test.h
index 1694a6d..dc67848 100755
--- a/xdelta3/xdelta3-test.h
+++ b/xdelta3/xdelta3-test.h
@@ -1908,7 +1908,7 @@ test_identical_behavior (xd3_stream *stream, int ignore)
1908 if (memcmp (rec, buf, IDB_TGTSZ) != 0) { stream->msg = "wrong data reconstruction"; goto fail; } 1908 if (memcmp (rec, buf, IDB_TGTSZ) != 0) { stream->msg = "wrong data reconstruction"; goto fail; }
1909 1909
1910 /* Check that there was one copy per window. */ 1910 /* Check that there was one copy per window. */
1911 IF_DEBUG (if (stream->n_cpy != IDB_WINCNT || 1911 IF_DEBUG (if (stream->n_scpy != IDB_WINCNT ||
1912 stream->n_add != 0 || 1912 stream->n_add != 0 ||
1913 stream->n_run != 0) { stream->msg = "wrong copy count"; goto fail; }); 1913 stream->n_run != 0) { stream->msg = "wrong copy count"; goto fail; });
1914 1914