This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
mesa
Watch
1
Star
0
Fork
You've already forked mesa
0
mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced
2025-12-22 04:50:11 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
e8e93a4543
mesa
/
glcpp
/
tests
/
020-define-func-2-arg-multi.c
3 lines
64 B
C
Raw
Normal View
History
Unescape
Escape
Remove "unnecessary" whitespace from some tests. This whitespace was not part of anything being tested, and it introduces differences (that we don't actually care about) between the output of "gcc -E" and glcpp. Just eliminate this extra whitespace to reduce spurious test-case failures.
2010-05-20 14:05:37 -07:00
#
define foo(x,y) x,two fish,red fish,y
Add test for function-like macro invocations with multiple-token arguments. These are not yet parsed correctly, so these tests fail.
2010-05-14 10:00:59 -07:00
foo
(
one
fish
,
blue
fish
)
Reference in a new issue
Copy permalink