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:
John Kessenich
2013-12-31 23:02:24 +00:00
parent a70031a696
commit 7054075804
6 changed files with 28 additions and 17 deletions

View File

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