Skip to content

Commit

Permalink
wip test
Browse files Browse the repository at this point in the history
  • Loading branch information
dobios committed Jul 9, 2024
1 parent e7a7dc2 commit 1f51aec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/Dialect/Verif/basic.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ verif.cover %true label "foo3" : i1
verif.cover %s : !ltl.sequence
verif.cover %p : !ltl.property

//===----------------------------------------------------------------------===//
// Formal
//===----------------------------------------------------------------------===//

// CHECK: verif.formal (k : ) {
verif.formal (k : 20, ) {

}

//===----------------------------------------------------------------------===//
// Print-related
Expand Down

0 comments on commit 1f51aec

Please sign in to comment.