MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_new_errors

Function test_new_errors

std/src/program.rs:943–945  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

941
942 #[test]
943 fn test_new_errors() {
944 check_stmt_compilation_err("1:1: NEW expected no arguments", "NEW 10");
945 }
946
947 #[test]
948 fn test_run_nothing() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected