changeset 65:161edab0d361

test undef
author David A. Holland
date Sun, 31 Mar 2013 02:18:24 -0400
parents f50b4ea6cbfe
children f8507e5ed84c
files tests/Makefile tests/t20.c tests/t20.good
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- /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 */