Drop obsolete test

This commit is contained in:
Richard Feldman 2022-10-31 07:06:31 -04:00
parent 664526a167
commit 7f1efae6e0
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -105,11 +105,6 @@ fn standalone_annotation() {
assert_eq!(&state.with_past_defs("test"), "x : Str\n\ntest");
}
#[test]
fn multiline_def() {
todo!("x =\n1");
}
/// validate and step the given input, then check the Result vs the output
/// with ANSI escape codes stripped.
fn complete(input: &str, state: &mut ReplState, expected_step_result: Result<(&str, &str), i32>) {