()
| 1178 | |
| 1179 | #[test] |
| 1180 | fn test_save_errors() { |
| 1181 | check_load_save_common_errors("SAVE"); |
| 1182 | |
| 1183 | Tester::default() |
| 1184 | .run("SAVE 2, 3") |
| 1185 | .expect_compilation_err("1:1: SAVE expected <> | <filename$>") |
| 1186 | .check(); |
| 1187 | } |
| 1188 | } |
nothing calls this directly
no test coverage detected