Skip to content

Commit b70b814

Browse files
committed
revert unwanted change
1 parent a61564e commit b70b814

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vm/src/tests/run_deprecated_contract_class_simplified.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,8 @@ pub fn vm_load_program(
304304
let compiled_hint = hint_processor.compile_hint(
305305
hint_code,
306306
&hint_ap_tracking_data,
307-
&reference_ids & references,
307+
&reference_ids,
308+
&references,
308309
&accessible_scopes,
309310
)?;
310311
// Create the hint extension

0 commit comments

Comments
 (0)