We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12d6d3 commit fff07b1Copy full SHA for fff07b1
display/tests/echo/mod.rs
@@ -7,7 +7,7 @@
7
// SPDX-License-Identifier: MIT
8
//
9
10
-use plib::{run_test, TestPlan};
+use plib::testing::{run_test, TestPlan};
11
12
fn echo_test(args: &[&str], expected_output: &str) {
13
let str_args: Vec<String> = args.iter().map(|s| String::from(*s)).collect();
display/tests/printf/mod.rs
#[test]
fn test_basic_string_output() {
0 commit comments