OSDN Git Service

glcpp: Test a non-function-like macro using the token paste operator
authorCarl Worth <cworth@cworth.org>
Fri, 30 Sep 2011 00:04:09 +0000 (17:04 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 30 Sep 2011 18:44:04 +0000 (11:44 -0700)
commit7bb3403e0172a440b8100bcf1db8462f50a254cc
tree167b53225f97626b937e0cb5981f2b94df8df3bb
parent3c01a589448b92945f26bd7e3bfa75155c06f3cf
glcpp: Test a non-function-like macro using the token paste operator

Apparently we never implemented this, (but we've got a GLSL 1.30 test
in piglit that is exercising this case).

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Carl Worth <cworth@cworth.org>
src/glsl/glcpp/tests/097-paste-with-non-function-macro.c [new file with mode: 0644]
src/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected [new file with mode: 0644]