File tree 5 files changed +3
-5
lines changed
5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ test_script:
72
72
rmdir /s /q ansi-c\Incomplete_Type1
73
73
rmdir /s /q ansi-c\Union_Padding1
74
74
rmdir /s /q ansi-c\Universal_characters1
75
- rmdir /s /q ansi-c\function_return1
76
75
rmdir /s /q ansi-c\gcc_attributes7
77
76
rmdir /s /q ansi-c\gcc_version1
78
77
rmdir /s /q ansi-c\struct6
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ phases:
36
36
Remove-Item ansi-c\Incomplete_Type1 -Force -Recurse
37
37
Remove-Item ansi-c\Union_Padding1 -Force -Recurse
38
38
Remove-Item ansi-c\Universal_characters1 -Force -Recurse
39
- Remove-Item ansi-c\function_return1 -Force -Recurse
40
39
Remove-Item ansi-c\gcc_attributes7 -Force -Recurse
41
40
Remove-Item ansi-c\gcc_version1 -Force -Recurse
42
41
Remove-Item ansi-c\struct6 -Force -Recurse
Original file line number Diff line number Diff line change 1
1
CORE
2
2
main.c
3
3
--verbosity 2
4
- ^main.c:3:1: warning : function has return void but a return statement returning signed int$
4
+ : function has return void but a return statement returning signed int$
5
5
^EXIT=0$
6
6
^SIGNAL=0$
7
7
--
Original file line number Diff line number Diff line change 3
3
4
4
^EXIT=(64|1)$
5
5
^SIGNAL=0$
6
- ^main.c:2:1: error : incomplete type not permitted here$
6
+ : incomplete type not permitted here$
7
7
^CONVERSION ERROR$
8
8
--
Original file line number Diff line number Diff line change 3
3
4
4
^EXIT=(64|1)$
5
5
^SIGNAL=0$
6
- ^main.c:4:1: error : duplicate member .*$
6
+ : duplicate member .*$
7
7
^CONVERSION ERROR$
8
8
--
You can’t perform that action at this time.
0 commit comments