mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
WIP
This commit is contained in:
parent
743030fc99
commit
8a566dc339
260 changed files with 6344 additions and 2958 deletions
|
@ -77,6 +77,14 @@ fn collect_uitest_files() -> io::Result<Vec<PathBuf>> {
|
|||
}
|
||||
|
||||
if path.extension() == Some(OsStr::new("txt")) {
|
||||
// see issue 6947
|
||||
if cfg!(debug_assertions)
|
||||
&& path.to_string_lossy().contains(
|
||||
"match_on_result_with_uninhabited_error_destructuring_in_lambda_syntax",
|
||||
)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
tests.push(path);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue