Skip to content

Commit b9db37d

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#2163 from tautschnig/fix-test
Remove unnecessary (and inconsistent) return statement
2 parents 7711933 + 033f4c5 commit b9db37d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

regression/cbmc/Float22/main.c

-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ void testTwo (void) {
6969
f2.f = returnsField(1);
7070

7171
assert(f1.ieee.negative != f2.ieee.negative);
72-
73-
return 1;
7472
}
7573

7674

0 commit comments

Comments
 (0)