mirror of
https://github.com/frida/tinycc
synced 2024-11-25 00:59:37 +03:00
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:
parent
b31e80a43a
commit
89000c18dc
@ -1 +0,0 @@
|
||||
68_macro_concat.c:2: error: '(' may not appear in parameter list
|
@ -3,7 +3,7 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int c = 0xa;
|
||||
int c = 0xa;
|
||||
printf("hex: %c\n", hexCh(c));
|
||||
return 0;
|
||||
}
|
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
|
@ -3,7 +3,7 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int c = 0xa;
|
||||
int c = 0xa;
|
||||
printf("hex: %c\n", hexCh(c));
|
||||
return 0;
|
||||
}
|
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 \
|
||||
66_macro_concat_end.test \
|
||||
67_macro_concat.test \
|
||||
68_macro_concat.test \
|
||||
69_macro_concat.test
|
||||
68_macro_param_list_err_1.test \
|
||||
69_macro_param_list_err_2.test
|
||||
|
||||
# 34_array_assignment.test -- array assignment is not in C standard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user