summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-11-27 08:16:59 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-11-27 08:16:59 +0000
commit22ea0b5cd1763b3ba5e8c8580bcee9f96e915341 (patch)
tree1a94e00ec372e50691cfccfa6f8670138e0a7276 /xdelta3/xdelta3-main.h
parentce6a092d2ac6723acd4de0b89a7832a027722027 (diff)
Diagnose expected non-failures test failure introfuced in 3.0s relating
to DJW and compiler optimization level. Mysterious.
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rw-r--r--xdelta3/xdelta3-main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 58f4d31..756ec49 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -289,7 +289,7 @@ static int option_recompress_outputs = 1;
289/* This is for comparing "printdelta" output without attention to 289/* This is for comparing "printdelta" output without attention to
290 * copy-instruction modes. */ 290 * copy-instruction modes. */
291#if VCDIFF_TOOLS 291#if VCDIFF_TOOLS
292static int option_print_cpymode = 1; 292static int option_print_cpymode = 1; /* Note: see reset_defaults(). */
293#endif 293#endif
294 294
295/* Static variables */ 295/* Static variables */
@@ -3484,6 +3484,7 @@ main (int argc, char **argv)
3484 3484
3485#if REGRESSION_TEST 3485#if REGRESSION_TEST
3486 case CMD_TEST: 3486 case CMD_TEST:
3487 main_config ();
3487 ret = xd3_selftest (); 3488 ret = xd3_selftest ();
3488 break; 3489 break;
3489#endif 3490#endif