From a8ea26d7c94526518670e54f44336f433d0ac77c Mon Sep 17 00:00:00 2001 From: Carl Worth <cworth@cworth.org> Date: Wed, 26 May 2010 16:18:05 -0700 Subject: Add two tests developed on the take-2 branch. The define-chain-obj-to-func-parens-in-text test passes here while the if-with-macros test fails. --- tests/055-define-chain-obj-to-func-parens-in-text.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/055-define-chain-obj-to-func-parens-in-text.c (limited to 'tests/055-define-chain-obj-to-func-parens-in-text.c') diff --git a/tests/055-define-chain-obj-to-func-parens-in-text.c b/tests/055-define-chain-obj-to-func-parens-in-text.c new file mode 100644 index 0000000000..00f2c2346d --- /dev/null +++ b/tests/055-define-chain-obj-to-func-parens-in-text.c @@ -0,0 +1,3 @@ +#define failure() success +#define foo failure +foo() -- cgit v1.2.3