diff options
| author | Carl Worth <cworth@cworth.org> | 2010-05-20 14:05:37 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2010-05-20 14:05:37 -0700 |
| commit | 323421db6567f3402e0ff9dcf548269e6d7b5497 (patch) | |
| tree | 513d79aec58a74ef75b4ae29f48474a5e4ac1586 /tests/016-define-func-1-arg.c | |
| parent | 660bda057a0f9c83625e798c0f719080d11e9431 (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/016-define-func-1-arg.c')
| -rw-r--r-- | tests/016-define-func-1-arg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/016-define-func-1-arg.c b/tests/016-define-func-1-arg.c index dea38d1fed..a2e2404c7c 100644 --- a/tests/016-define-func-1-arg.c +++ b/tests/016-define-func-1-arg.c @@ -1,2 +1,2 @@ -#define foo(x) ((x) + 1) +#define foo(x) ((x)+1) foo(bar) |
