Skip to content

Commit a3f7eed

Browse files
author
thk123
committed
Made jsonArrays test less strict
1 parent 248ec8e commit a3f7eed

File tree

1 file changed

+1
-1
lines changed
  • regression/strings-smoke-tests/jsonArrays

1 file changed

+1
-1
lines changed

regression/strings-smoke-tests/jsonArrays/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ test.class
33
--refine-strings --function test.check --json-ui --trace --string-max-length 100 --cover location
44
^EXIT=0$
55
^SIGNAL=0$
6-
\"data\".*\"tmp_object_factory\$6.*\"
6+
\"data\".*\"tmp_object_factory\$\d+.*\"
77
--
88
This checks that tmp_object_factory$6 gets affected to the data field
99
of some strings, which was not the case in previous versions of cbmc,

0 commit comments

Comments
 (0)