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

Function test_deg_rad_errors

std/src/numerics.rs:1285–1288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1283
1284 #[test]
1285 fn test_deg_rad_errors() {
1286 check_stmt_compilation_err("1:1: DEG expected no arguments", "DEG 1");
1287 check_stmt_compilation_err("1:1: RAD expected no arguments", "RAD 1");
1288 }
1289
1290 #[test]
1291 fn test_exp() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected