Tests: add a few more test cases.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24635 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
a70031a696
commit
7054075804
6 changed files with 28 additions and 17 deletions
|
|
@ -134,9 +134,9 @@ float twoPi = TWOPI;
|
|||
|
||||
"boo" // ERROR
|
||||
int a = length("aoenatuh"); // ERROR
|
||||
|
||||
#define QUOTE "abcd" // okay
|
||||
'int'; // ERROR
|
||||
|
||||
#define SINGLE 'a' // okay
|
||||
// ERROR: all the following are reserved
|
||||
#define GL_
|
||||
#define GL_Macro 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue