summaryrefslogtreecommitdiff
path: root/tests/020-define-func-2-arg-multi.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-20 14:05:37 -0700
committerCarl Worth <cworth@cworth.org>2010-05-20 14:05:37 -0700
commit323421db6567f3402e0ff9dcf548269e6d7b5497 (patch)
tree513d79aec58a74ef75b4ae29f48474a5e4ac1586 /tests/020-define-func-2-arg-multi.c
parent660bda057a0f9c83625e798c0f719080d11e9431 (diff)
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.
Diffstat (limited to 'tests/020-define-func-2-arg-multi.c')
-rw-r--r--tests/020-define-func-2-arg-multi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/020-define-func-2-arg-multi.c b/tests/020-define-func-2-arg-multi.c
index 253421139d..3049ad1546 100644
--- a/tests/020-define-func-2-arg-multi.c
+++ b/tests/020-define-func-2-arg-multi.c
@@ -1,2 +1,2 @@
-#define foo(x,y) x, two fish, red fish, y
+#define foo(x,y) x,two fish,red fish,y
foo(one fish, blue fish)