mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Drop obsolete test
This commit is contained in:
parent
664526a167
commit
7f1efae6e0
1 changed files with 0 additions and 5 deletions
|
@ -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>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue