Skip to content

Commit 02d698e

Browse files
authored
Merge pull request #7336 from diffblue/cbmc-r_w_ok6-test.desc
cbmc/r_w_ok6/test.desc works with SMT2
2 parents 7a4328a + 5963181 commit 02d698e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,6 @@ jobs:
343343
export PATH=$PWD/bin:$PATH
344344
cd ../regression/cbmc
345345
sed -i '1s/^CORE\(.*\)broken-smt-backend/KNOWNBUG\1broken-smt-backend/' */*.desc
346-
# the following test fails on some Unix systems
347-
git checkout -- r_w_ok6
348346
# the following tests fail on Windows only
349347
git checkout -- memory_allocation1 printf1 union12 va_list3
350348
../test.pl -c "cbmc --cprover-smt2" -I broken-smt-backend -K

regression/cbmc/r_w_ok6/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE broken-smt-backend
1+
CORE
22
main.c
33

44
\[main.assertion.1\] .*: SUCCESS

0 commit comments

Comments
 (0)