# HG changeset patch # User David A. Holland # Date 1364710704 14400 # Node ID 161edab0d361163026dd6925afe1798a1a209946 # Parent f50b4ea6cbfef5ea945709f7fc375ac7a2ea0634 test undef diff -r f50b4ea6cbfe -r 161edab0d361 tests/Makefile --- a/tests/Makefile Sun Mar 31 02:04:56 2013 -0400 +++ b/tests/Makefile Sun Mar 31 02:18:24 2013 -0400 @@ -3,7 +3,7 @@ TESTS=\ t01 t02 t03 t04 t05 t06 t07 t08 t09 t10 t11 t12 t13 t14 t15 t16 \ - t17 t18 t19 + t17 t18 t19 t20 all: run-tests .WAIT show-diffs diff -r f50b4ea6cbfe -r 161edab0d361 tests/t20.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/t20.c Sun Mar 31 02:18:24 2013 -0400 @@ -0,0 +1,1 @@ +#undef foo /* blah */ diff -r f50b4ea6cbfe -r 161edab0d361 tests/t20.good