Skip to content

Commit 8148d1c

Browse files
authored
[NFC] Change name in BTOR2 test (#9168)
1 parent 1f064fa commit 8148d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Conversion/HWToBTOR2/comb.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module {
5858

5959
// CHECK: [[NID19:[0-9]+]] implies [[NID3]] [[NID5]] [[NID12]]
6060
// CHECK: [[NID20:[0-9]+]] not [[NID3]] [[NID19]]
61-
// CHECK: [[NID15:[0-9]+]] bad [[NID20:[0-9]+]]
61+
// CHECK: [[NID21:[0-9]+]] bad [[NID20:[0-9]+]]
6262
sv.always posedge %0 {
6363
sv.if %true {
6464
sv.assert %5, immediate message "a + 1 should be greater than a"

0 commit comments

Comments
 (0)