Skip to content

Commit 0e065a2

Browse files
committed
Lean: fix assign_rename_bug.sail
1 parent 2fb6b37 commit 0e065a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/c/assign_rename_bug.sail

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $option -undefined_gen
1111
val sub_vec_int = {
1212
c: "sub_bits_int",
1313
systemverilog: "sub_bits_int",
14+
lean: "BitVec.subInt",
1415
_: "sub_vec_int"
1516
} : forall 'n. (bits('n), int) -> bits('n)
1617

test/lean/run_tests.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
'outcome_impl', # custom outcome types (not expected to work)
2626
'outcome_impl_int', # custom outcome types (not expected to work)
2727
'outcome_impl_bool', # custom outcome types (not expected to work)
28-
'assign_rename_bug',
2928
'union_variant_names',
3029
'varswap',
3130
'real',

0 commit comments

Comments
 (0)