File tree Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ test_script:
7272 rmdir /s /q ansi-c\Incomplete_Type1
7373 rmdir /s /q ansi-c\Union_Padding1
7474 rmdir /s /q ansi-c\Universal_characters1
75- rmdir /s /q ansi-c\function_return1
7675 rmdir /s /q ansi-c\gcc_attributes7
7776 rmdir /s /q ansi-c\gcc_version1
7877 rmdir /s /q ansi-c\struct6
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ phases:
3535 Remove-Item ansi-c\Forward_Declaration2 -Force -Recurse
3636 Remove-Item ansi-c\Incomplete_Type1 -Force -Recurse
3737 Remove-Item ansi-c\Union_Padding1 -Force -Recurse
38- Remove-Item ansi-c\function_return1 -Force -Recurse
3938 Remove-Item ansi-c\gcc_attributes7 -Force -Recurse
4039 Remove-Item ansi-c\gcc_version1 -Force -Recurse
4140 Remove-Item ansi-c\struct6 -Force -Recurse
Original file line number Diff line number Diff line change 11CORE
22main.c
33--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$
55^EXIT=0$
66^SIGNAL=0$
77--
Original file line number Diff line number Diff line change 33
44^EXIT=(64|1)$
55^SIGNAL=0$
6- ^main.c:2:1: error : incomplete type not permitted here$
6+ : incomplete type not permitted here$
77^CONVERSION ERROR$
88--
Original file line number Diff line number Diff line change 33
44^EXIT=(64|1)$
55^SIGNAL=0$
6- ^main.c:4:1: error : duplicate member .*$
6+ : duplicate member .*$
77^CONVERSION ERROR$
88--
You can’t perform that action at this time.
0 commit comments