Skip to content

Commit 3bf177b

Browse files
committed
Remove the debug output_string function since it is useless
I'm thinking of using a different solution for reporting test results.
1 parent 5b6b20d commit 3bf177b

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

tests/src/debug.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ extern crate log;
1414
#[macro_use]
1515
extern crate alloc;
1616

17-
// TODO: implement a way of reporting test results.
18-
//mod debug;
1917
mod boot;
2018
mod proto;
2119
mod ucs2;

0 commit comments

Comments
 (0)