diff options
author | Carl Worth <[email protected]> | 2011-04-14 16:18:35 -0700 |
---|---|---|
committer | Carl Worth <[email protected]> | 2011-04-14 16:20:49 -0700 |
commit | 3d78f83cde0286ef352fefa1b018563c11642ff1 (patch) | |
tree | e1edde326b792c252747074f228a78549a8d4944 /src/glsl/glcpp | |
parent | 02d293c08ee2375fc43b343bfc9b074f33a9063c (diff) |
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.
Diffstat (limited to 'src/glsl/glcpp')
-rw-r--r-- | src/glsl/glcpp/tests/095-recursive-define.c.expected | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glsl/glcpp/tests/095-recursive-define.c.expected b/src/glsl/glcpp/tests/095-recursive-define.c.expected new file mode 100644 index 00000000000..c7aa18ff6cb --- /dev/null +++ b/src/glsl/glcpp/tests/095-recursive-define.c.expected @@ -0,0 +1,4 @@ + + +B(0, C) + |