Skip to content

Commit fe80784

Browse files
committed
Update tests
1 parent 906ea4e commit fe80784

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • tests/benchmarks/out/unsafe

tests/benchmarks/out/unsafe/bfs.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ pub unsafe fn BFS_0(graph: *const Graph, mut start_vertex: u32) -> *mut u32 {
111111
head = (*head).next;
112112
}
113113
}
114-
115114
::std::mem::drop(Box::from_raw(::std::slice::from_raw_parts_mut(
116115
visited,
117116
libcc2rs::malloc_usable_size(visited as *mut ::libc::c_void)
@@ -173,7 +172,6 @@ unsafe fn main_0() -> i32 {
173172
}
174173
i.prefix_inc();
175174
}
176-
177175
::std::mem::drop(Box::from_raw(::std::slice::from_raw_parts_mut(
178176
graph.adj,
179177
libcc2rs::malloc_usable_size(graph.adj as *mut ::libc::c_void)

0 commit comments

Comments
 (0)