Skip to content

Commit

Permalink
Coverage: Fix #494, Ensure dma is not released.
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoyuxlu <[email protected]>
  • Loading branch information
xiaoyuxlu authored and jyao1 committed Jan 12, 2023
1 parent 4a81f7a commit a8794b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions td-payload/src/bin/example/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ pub extern "C" fn main() -> ! {
buffer.as_ptr() as u64,
coverage_len
);
loop {}
}

panic!("td-payload: all tests finished and enters dead loop");
Expand Down

0 comments on commit a8794b5

Please sign in to comment.