diff options
author | Carl Worth <cworth@cworth.org> | 2014-07-01 17:44:55 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2014-08-07 16:08:28 -0700 |
commit | b76482e7312827ab13f37ab9a7e3c8eef30bfe7a (patch) | |
tree | 0044eeac8bda8870b6a2e8b7549c60bea1afa40c /src/glsl/glcpp/tests/139-define-without-macro-name.c.expected | |
parent | a196ab1f8aacf657e591a0a15c80c3f37b9496b0 (diff) | |
download | external_mesa3d-b76482e7312827ab13f37ab9a7e3c8eef30bfe7a.zip external_mesa3d-b76482e7312827ab13f37ab9a7e3c8eef30bfe7a.tar.gz external_mesa3d-b76482e7312827ab13f37ab9a7e3c8eef30bfe7a.tar.bz2 |
glsl/glcpp: Add test for "#define without macro name"
This ensures that the previous commit indeed generates the expected error
message when a "#define" directive is not followed by anything except for a
newline.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/glsl/glcpp/tests/139-define-without-macro-name.c.expected')
-rw-r--r-- | src/glsl/glcpp/tests/139-define-without-macro-name.c.expected | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/glcpp/tests/139-define-without-macro-name.c.expected b/src/glsl/glcpp/tests/139-define-without-macro-name.c.expected new file mode 100644 index 0000000..000aeaf --- /dev/null +++ b/src/glsl/glcpp/tests/139-define-without-macro-name.c.expected @@ -0,0 +1,2 @@ +0:1(1): preprocessor error: #define without macro name +Error expected because no macro name is ever given! |