Skip to content

Commit 57226e5

Browse files
committed
Replaced --no-standard-checks with --no-unwinding-assertions on tests
1 parent 1aaba3c commit 57226e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: regression/book-examples/lock/unwind1.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
lock.c
3-
--unwind 1 --no-standard-checks
3+
--unwind 1 --no-unwinding-assertions
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

Diff for: regression/cbmc-library/fread-01/__fread_chk.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--pointer-check --bounds-check -D_FORTIFY_SOURCE=2 -D__OPTIMIZE__=2 --unwindset fread:0 --no-standard-checks
3+
--pointer-check --bounds-check -D_FORTIFY_SOURCE=2 -D__OPTIMIZE__=2 --unwindset fread:0 --no-unwinding-assertions
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

Diff for: regression/cbmc-library/write-01/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE unix
22
main.c
3-
--pointer-check --bounds-check --conversion-check --unwind 1 --no-standard-checks
3+
--pointer-check --bounds-check --conversion-check --unwind 1 --no-unwinding-assertions
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

0 commit comments

Comments
 (0)