Skip to content

Commit 6e1f3a4

Browse files
author
Joel Allred
committed
Remove throw-runtime-exceptions on all phases
1 parent a94cc7e commit 6e1f3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diffblue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ phases:
151151
max-nondet-string-length: 100
152152
string-printable: false
153153
java-assume-inputs-integral: false
154-
throw-runtime-exceptions: true
154+
throw-runtime-exceptions: false
155155
unwind: 3
156156
- timeout: 100
157157
cbmcArguments:
@@ -162,5 +162,5 @@ phases:
162162
paths: fifo
163163
string-printable: false
164164
java-assume-inputs-integral: false
165-
throw-runtime-exceptions: true
165+
throw-runtime-exceptions: false
166166
unwind: false

0 commit comments

Comments
 (0)