From: Carl Worth Date: Fri, 28 May 2010 22:13:11 +0000 (-0700) Subject: Tweak test 25 slightly, (so the non-macro doesn't end the file). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=792bdcbeee770b14dc833261e7ef3c1d400e5e3f;p=mesa.git 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. --- diff --git a/tests/025-func-macro-as-non-macro.c b/tests/025-func-macro-as-non-macro.c index 3dbe026d9dd..b433671d1bf 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