diff options
author | Carl Worth <cworth@cworth.org> | 2010-05-28 15:13:11 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-05-28 15:13:11 -0700 |
commit | 792bdcbeee770b14dc833261e7ef3c1d400e5e3f (patch) | |
tree | 9bc3a490927d88e1c638e08e9f4edd5389e1885b | |
parent | c7144dc2e0175a8f4922f261d75437b984039a8c (diff) |
Tweak test 25 slightly, (so the non-macro doesn't end the file).
This isn't a problem here, but on the take-2 branch, it was trickier
at one point to make a non-macro work when the last token of the file.
So we use the simpler test case here and defer the other case until
later.
-rw-r--r-- | tests/025-func-macro-as-non-macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/025-func-macro-as-non-macro.c b/tests/025-func-macro-as-non-macro.c index 3dbe026d9d..b433671d1b 100644 --- a/tests/025-func-macro-as-non-macro.c +++ b/tests/025-func-macro-as-non-macro.c @@ -1,2 +1,2 @@ #define foo(bar) bar -foo +foo bar |