Skip to content

Commit cf6f010

Browse files
Import String
1 parent e1f7c8a commit cf6f010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vm/src/utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pub fn from_relocatable_to_indexes(relocatable: Relocatable) -> (usize, usize) {
5353
#[macro_use]
5454
pub mod test_utils {
5555
use crate::serde::deserialize_program::Identifier;
56+
use crate::stdlib::string::String;
5657
use crate::types::exec_scope::ExecutionScopes;
5758
use crate::types::relocatable::MaybeRelocatable;
5859
use crate::vm::trace::trace_entry::TraceEntry;

0 commit comments

Comments
 (0)