()
| 180 | |
| 181 | #[test] |
| 182 | fn test_errmsg_errors() { |
| 183 | check_expr_compilation_error("1:10: ERRMSG expected no arguments", r#"ERRMSG()"#); |
| 184 | check_expr_compilation_error("1:10: ERRMSG expected no arguments", r#"ERRMSG(3)"#); |
| 185 | } |
| 186 | |
| 187 | #[test] |
| 188 | fn test_break_stops_after_upcall() { |
nothing calls this directly
no test coverage detected