Skip to content

Commit 7a3a07f

Browse files
author
Daniel Kroening
committed
fix test result for goto-cl
1 parent 86b143b commit 7a3a07f

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,8 @@ 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
78-
rmdir /s /q ansi-c\struct6
79-
rmdir /s /q ansi-c\struct7
8077
rmdir /s /q cbmc\Malloc23
8178
rmdir /s /q cbmc\byte_update2
8279
rmdir /s /q cbmc\byte_update3

buildspec-windows.yml

-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ 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
41-
Remove-Item ansi-c\struct6 -Force -Recurse
42-
Remove-Item ansi-c\struct7 -Force -Recurse
4340
Remove-Item cbmc\Malloc23 -Force -Recurse
4441
Remove-Item cbmc\byte_update2 -Force -Recurse
4542
Remove-Item cbmc\byte_update3 -Force -Recurse

regression/ansi-c/function_return1/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
main.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
--

regression/ansi-c/struct6/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ main.c
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
--

regression/ansi-c/struct7/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ main.c
33

44
^EXIT=(64|1)$
55
^SIGNAL=0$
6-
^main.c:4:1: error: duplicate member .*$
6+
: duplicate member .*$
77
^CONVERSION ERROR$
88
--

0 commit comments

Comments
 (0)