diff options
author | Carl Worth <[email protected]> | 2013-06-03 12:49:10 -0700 |
---|---|---|
committer | Carl Worth <[email protected]> | 2013-06-03 13:33:32 -0700 |
commit | 610fe6da7909c96ae8fa85d93ece5c2e5c2d729b (patch) | |
tree | 507403214b9bfb60a887c82eafd5bd1ee74708d3 /src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected | |
parent | d8eeb1d330c52aad734cc553e41b457e6727275c (diff) |
glcpp: Add test case for recently fixed loop-control underflow bug.
To trigger the bug, it suffices to have a line-continuation followed by
a newline and then a non-line-continuation backslash.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected')
-rw-r--r-- | src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected b/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected new file mode 100644 index 00000000000..9b3eb676f08 --- /dev/null +++ b/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected @@ -0,0 +1,13 @@ + + + + + + + + + + + + + |