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:
Iago Toral Quiroga
2017-06-08 08:38:29 +02:00
parent f4df2a196e
commit ce53e8e61b
2 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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