wasm: heck u rust
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Cadey Ratio 2020-04-18 17:29:34 -04:00
parent 3caff31fac
commit b8f9a4e531
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ pub async fn run() {
fn test_wasm() {
serial_print!("running h example... ");
run();
let _ = run();
serial_println!("[ok]");
}