summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/139-define-without-macro-name.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/glcpp/tests/139-define-without-macro-name.c')
-rw-r--r--src/glsl/glcpp/tests/139-define-without-macro-name.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/glsl/glcpp/tests/139-define-without-macro-name.c b/src/glsl/glcpp/tests/139-define-without-macro-name.c
index de3ed986dc9..30e128db4c5 100644
--- a/src/glsl/glcpp/tests/139-define-without-macro-name.c
+++ b/src/glsl/glcpp/tests/139-define-without-macro-name.c
@@ -1,2 +1,5 @@
#define
-Error expected because no macro name is ever given!
+#define
+#define /*...*/
+#define //...
+Errors expected because no macro name is ever given!