Skip to content

Commit 8fc714d

Browse files
author
Daniel Kroening
committed
use __CPROVER_assert
1 parent 728ac5b commit 8fc714d

File tree

1 file changed

+1
-1
lines changed
  • regression/symex/show-trace1

1 file changed

+1
-1
lines changed

regression/symex/show-trace1/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ int main()
1111
if(i==2)
1212
if(j==i+1)
1313
if(k==i*j)
14-
assert(0);
14+
__CPROVER_assert(0, "");
1515
}

0 commit comments

Comments
 (0)