MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / klog_error_output

Function klog_error_output

tests/integration/platform_stdlib.rs:405–417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403 );
404 assert_eq!(uart, "AABCD");
405 assert_eq!(exit, Some(0));
406}
407
408#[test]
409fn mem_cmp_equal_returns_zero() {
410 let (uart, exit) = run_hll(
411 r#"
412console := import("console")
413mem := import("mem")
414
415main: () -> i32 {
416 a: u8[3] = []
417 b: u8[3] = []
418 a[0] = 65
419 a[1] = 66
420 a[2] = 67

Callers

nothing calls this directly

Calls 1

run_withFunction · 0.85

Tested by

no test coverage detected