From 0742e0acd302d90dd7f326cf641da61ac60a8508 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 20 Jun 2014 19:11:27 -0700 Subject: glsl/glcpp: Minor tweak to wording of error message It makes more sense to print the directive name with the preceding '#'. Reviewed-by: Jordan Justen --- src/glsl/glcpp/tests/077-else-without-if.c.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glsl/glcpp/tests/077-else-without-if.c.expected') diff --git a/src/glsl/glcpp/tests/077-else-without-if.c.expected b/src/glsl/glcpp/tests/077-else-without-if.c.expected index cc1c379cad3..64e6d1ac93e 100644 --- a/src/glsl/glcpp/tests/077-else-without-if.c.expected +++ b/src/glsl/glcpp/tests/077-else-without-if.c.expected @@ -1,3 +1,3 @@ -0:1(2): preprocessor error: else without #if +0:1(2): preprocessor error: #else without #if -- cgit v1.2.3