File tree 5 files changed +3
-9
lines changed
5 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,8 @@ 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
- rmdir /s /q ansi-c\struct6
79
- rmdir /s /q ansi-c\struct7
80
77
rmdir /s /q cbmc\Malloc23
81
78
rmdir /s /q cbmc\byte_update2
82
79
rmdir /s /q cbmc\byte_update3
Original file line number Diff line number Diff line change @@ -35,11 +35,8 @@ phases:
35
35
Remove-Item ansi-c\Forward_Declaration2 -Force -Recurse
36
36
Remove-Item ansi-c\Incomplete_Type1 -Force -Recurse
37
37
Remove-Item ansi-c\Union_Padding1 -Force -Recurse
38
- Remove-Item ansi-c\function_return1 -Force -Recurse
39
38
Remove-Item ansi-c\gcc_attributes7 -Force -Recurse
40
39
Remove-Item ansi-c\gcc_version1 -Force -Recurse
41
- Remove-Item ansi-c\struct6 -Force -Recurse
42
- Remove-Item ansi-c\struct7 -Force -Recurse
43
40
Remove-Item cbmc\Malloc23 -Force -Recurse
44
41
Remove-Item cbmc\byte_update2 -Force -Recurse
45
42
Remove-Item cbmc\byte_update3 -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