annotate tests/t09.c @ 135:eaae8014a94a

Don't assert and leak memory if failing during argument collection. Once you have a -D option or a -include foo option, you need to clean up the arrays those are accumulated in if you die before they're collected and handled.
author David A. Holland
date Tue, 09 Jul 2013 13:35:40 -0400
parents 8a955e3dda2c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28
8a955e3dda2c two more tests, more fixes
David A. Holland
parents:
diff changeset
1 #define STOP */
8a955e3dda2c two more tests, more fixes
David A. Holland
parents:
diff changeset
2 #define START /*
8a955e3dda2c two more tests, more fixes
David A. Holland
parents:
diff changeset
3
8a955e3dda2c two more tests, more fixes
David A. Holland
parents:
diff changeset
4 /*
8a955e3dda2c two more tests, more fixes
David A. Holland
parents:
diff changeset
5 * blah blah blah STOP fnord START goop moop
8a955e3dda2c two more tests, more fixes
David A. Holland
parents:
diff changeset
6 */