From: Carl Worth Date: Wed, 26 May 2010 14:58:59 +0000 (-0700) Subject: Defer test 26 until much later (to test 55). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=039739b2da0ce8496f6e8d38127c0b3793607afa;p=mesa.git Defer test 26 until much later (to test 55). Supporting embedded newlines in a macro invocation is going to be tricky with our current approach to lexing and parsing. Since this isn't really an important feature for us, we can defer this until more important things are resolved. With this test out of the way, tests 27 through 31 are passing. --- diff --git a/tests/026-define-func-extra-newlines.c b/tests/026-define-func-extra-newlines.c deleted file mode 100644 index 0d837405309..00000000000 --- a/tests/026-define-func-extra-newlines.c +++ /dev/null @@ -1,6 +0,0 @@ -#define foo(a) bar - -foo -( -1 -) diff --git a/tests/055-define-func-extra-newlines.c b/tests/055-define-func-extra-newlines.c new file mode 100644 index 00000000000..0d837405309 --- /dev/null +++ b/tests/055-define-func-extra-newlines.c @@ -0,0 +1,6 @@ +#define foo(a) bar + +foo +( +1 +)