Add expected file for 095-recursive-define test case.
authorCarl Worth <cworth@cworth.org>
Thu, 14 Apr 2011 23:18:35 +0000 (16:18 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 14 Apr 2011 23:20:49 +0000 (16:20 -0700)
commit3d78f83cde0286ef352fefa1b018563c11642ff1
treee1edde326b792c252747074f228a78549a8d4944
parent02d293c08ee2375fc43b343bfc9b074f33a9063c
Add expected file for 095-recursive-define test case.

It's clear enough that the current segmentation fault isn't what we
want. And it's also very easy to know what we do want here, (just
check with any functional C preprocessor such as "gcc -E").

Add the desired output as an expected file so that the test suite
gives useful output, (showing the omitted output and the segfault),
rather than just reporting "No such file" for the expected file.
src/glsl/glcpp/tests/095-recursive-define.c.expected [new file with mode: 0644]