summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/025-func-macro-as-non-macro.c2
-rw-r--r--tests/026-define-func-extra-newlines.c (renamed from tests/055-define-func-extra-newlines.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/025-func-macro-as-non-macro.c b/tests/025-func-macro-as-non-macro.c
index 3dbe026d9d..b433671d1b 100644
--- a/tests/025-func-macro-as-non-macro.c
+++ b/tests/025-func-macro-as-non-macro.c
@@ -1,2 +1,2 @@
#define foo(bar) bar
-foo
+foo bar
diff --git a/tests/055-define-func-extra-newlines.c b/tests/026-define-func-extra-newlines.c
index 0d83740530..0d83740530 100644
--- a/tests/055-define-func-extra-newlines.c
+++ b/tests/026-define-func-extra-newlines.c