mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 08:30:10 +01:00
Fix glcpp test expectations
With commit f7741985be we have changed some preprocessor
error messages and warnings. Adapt related glcpp tests
expectations accordingly.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101336
Tested-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
f4df2a196e
commit
ce53e8e61b
2 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
0:2(1): preprocessor error: Built-in (pre-defined) macro names cannot be undefined.
|
||||
0:3(1): preprocessor error: Built-in (pre-defined) macro names cannot be undefined.
|
||||
0:4(1): preprocessor error: Built-in (pre-defined) macro names cannot be undefined.
|
||||
0:2(1): preprocessor error: Built-in (pre-defined) names cannot be undefined.
|
||||
0:3(1): preprocessor error: Built-in (pre-defined) names cannot be undefined.
|
||||
0:4(1): preprocessor error: Built-in (pre-defined) names cannot be undefined.
|
||||
#version 300 es
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
0:2(1): preprocessor warning: names containing consecutive underscores are reserved.
|
||||
0:3(1): preprocessor warning: names containing consecutive underscores are reserved.
|
||||
0:4(1): preprocessor warning: names containing consecutive underscores are reserved.
|
||||
#version 110
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue