# HG changeset patch # User David A. Holland # Date 1370974264 14400 # Node ID f2a9679a2033f942a001addaf8e5d9fd9fc246c2 # Parent b2f16b2179e9c6bf69d7a151db9fc405c5051c30 this was wrong. diff -r b2f16b2179e9 -r f2a9679a2033 tests/t05.c --- a/tests/t05.c Tue Jun 11 13:56:22 2013 -0400 +++ b/tests/t05.c Tue Jun 11 14:11:04 2013 -0400 @@ -1,2 +1,2 @@ #define concat(a, b) a/**/b -concat(abc, def) +concat(abc,def)