Skip to content

Commit 3310e02

Browse files
committed
Decision procedure runtime may be very small
On Codebuild we have seen "1.5222e-05s" when running in path-based mode.
1 parent 11db7b0 commit 3310e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/cbmc/Failing_Assert1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ main.c
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$
7-
^Runtime decision procedure: [0-9]+(\.[0-9]+)?s$
7+
^Runtime decision procedure: [0-9]+(\.[0-9]+(e-[0-9]+)?)?s$
88
--
99
^warning: ignoring

0 commit comments

Comments
 (0)