Skip to content

Commit a61d465

Browse files
author
Daniel Kroening
committed
fix test result for goto-cl
1 parent ae1d039 commit a61d465

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

appveyor.yml

-1
Original file line numberDiff line numberDiff 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

buildspec-windows.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ phases:
3636
Remove-Item ansi-c\Incomplete_Type1 -Force -Recurse
3737
Remove-Item ansi-c\Union_Padding1 -Force -Recurse
3838
Remove-Item ansi-c\Universal_characters1 -Force -Recurse
39-
Remove-Item ansi-c\function_return1 -Force -Recurse
4039
Remove-Item ansi-c\gcc_attributes7 -Force -Recurse
4140
Remove-Item ansi-c\gcc_version1 -Force -Recurse
4241
Remove-Item ansi-c\struct6 -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)