Rename:
68_macro_concat.c -> 68_macro_param_list_err_1.c 69_macro_concat.c -> 69_macro_param_list_err_2.c and Remove spaces
This commit is contained in:
@ -1 +0,0 @@
|
|||||||
68_macro_concat.c:2: error: '(' may not appear in parameter list
|
|
||||||
1
tests/tests2/68_macro_param_list_err_1.expect
Normal file
1
tests/tests2/68_macro_param_list_err_1.expect
Normal file
@ -0,0 +1 @@
|
|||||||
|
68_macro_param_list_err_1.c:2: error: '(' may not appear in parameter list
|
||||||
@ -1 +0,0 @@
|
|||||||
69_macro_concat.c:2: error: '/' may not appear in parameter list
|
|
||||||
1
tests/tests2/69_macro_param_list_err_2.expect
Normal file
1
tests/tests2/69_macro_param_list_err_2.expect
Normal file
@ -0,0 +1 @@
|
|||||||
|
69_macro_param_list_err_2.c:2: error: '/' may not appear in parameter list
|
||||||
@ -83,8 +83,8 @@ TESTS = \
|
|||||||
65_macro_concat_start.test \
|
65_macro_concat_start.test \
|
||||||
66_macro_concat_end.test \
|
66_macro_concat_end.test \
|
||||||
67_macro_concat.test \
|
67_macro_concat.test \
|
||||||
68_macro_concat.test \
|
68_macro_param_list_err_1.test \
|
||||||
69_macro_concat.test
|
69_macro_param_list_err_2.test
|
||||||
|
|
||||||
# 34_array_assignment.test -- array assignment is not in C standard
|
# 34_array_assignment.test -- array assignment is not in C standard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user