mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-29 07:58:19 -04:00
tests: fix scanner private-code test reference data
Commit e501230d1d "scanner: Fix broken
private-code generation" changed the scanner output without updating the
reference output for scanner tests.
Update the reference data. This fixes 'make check'.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
parent
e501230d1d
commit
400df40dfa
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
# define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */
|
# define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (__has_attribute(visibility) || defined(__GNUC__) && __GNUC__ >= 4
|
#if (__has_attribute(visibility) || defined(__GNUC__) && __GNUC__ >= 4)
|
||||||
#define WL_PRIVATE __attribute__ ((visibility("hidden")))
|
#define WL_PRIVATE __attribute__ ((visibility("hidden")))
|
||||||
#else
|
#else
|
||||||
#define WL_PRIVATE
|
#define WL_PRIVATE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue