()
| 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() { |
nothing calls this directly
no test coverage detected