mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
glcpp: Add "make check" test for comment-parsing bug
This is the innocent-looking but killer test case to verify the bug fixed in the preceding commit. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
71978cf66f
commit
2dc93bd5d1
2 changed files with 5 additions and 0 deletions
2
src/glsl/glcpp/tests/121-comment-bug-72686.c
Normal file
2
src/glsl/glcpp/tests/121-comment-bug-72686.c
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/*
|
||||
*/ //
|
||||
3
src/glsl/glcpp/tests/121-comment-bug-72686.c.expected
Normal file
3
src/glsl/glcpp/tests/121-comment-bug-72686.c.expected
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue