Skip to content

Commit 9be731d

Browse files
authored
Merge pull request #7590 from tautschnig/bugfixes/time-pattern
Tests: Fix decision-procedure-runtime pattern
2 parents dd66867 + 5673344 commit 9be731d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression/cbmc/Failing_Assert1/dimacs.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
main.c
33
--dimacs
4-
^Runtime decision procedure: [0-9]+(\.[0-9]+(e-[0-9]+)?)?s$
4+
^Runtime decision procedure: [0-9]+(\.[0-9]+)?(e-[0-9]+)?s$
55
^c main::1::i!0@1#1
66
^c main::1::j!0@1#1
77
^EXIT=0$

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]+(e-[0-9]+)?)?s$
7+
^Runtime decision procedure: [0-9]+(\.[0-9]+)?(e-[0-9]+)?s$
88
--
99
^warning: ignoring

0 commit comments

Comments
 (0)